noop.js 103 B

123
  1. // Predicate-generating function. Often useful outside of Underscore.
  2. export default function noop(){}