2024-03-01 18:35:05 +08:00

5 lines
112 B
JavaScript

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