2021-12-07 13:18:08 -05:00

5 lines
112 B
JavaScript

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