Back to Underscore

negate.js

docs/modules/negate.html

1.13.8112 B
Original Source
exportdefaultfunctionnegate(predicate) {returnfunction() {return!predicate.apply(this,arguments);
  };
}