UNPKG

underscore

Version:

JavaScript's functional programming helper library.

5 lines (3 loc) 112 B
// Predicate-generating function. Often useful outside of Underscore. function noop(){} module.exports = noop;