noop.js 112 Bytes Raw Blame History Permalink 1 2 3 4 // Predicate-generating function. Often useful outside of Underscore. function noop(){} module.exports = noop;