Files
2025-01-27 22:41:25 +09:00

5 lines
112 B
JavaScript

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