2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
books/utils/noop.js
2018-02-20 19:41:44 +05:30

1 line
56 B
JavaScript

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