📄 noop.js
/home/palash/git/site/node_modules/underscore/cjs/noop.js
Language: js • Lines: 4
// Predicate-generating function. Often useful outside of Underscore.
function noop(){}

module.exports = noop;