No Description

noop.js 112B

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