Без опису

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