3 lines
103 B
JavaScript

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