Current section

Files

Jump to
excessibility assets node_modules underscore cjs noop.js
Raw

assets/node_modules/underscore/cjs/noop.js

// Predicate-generating function. Often useful outside of Underscore.
function noop(){}
module.exports = noop;