2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 19:29:02 +00:00
books/frappe/utils/noop.js
2022-01-21 02:08:09 +05:30

1 line
56 B
JavaScript

module.exports = function () { return function () {}; };