9b06ad777635c84bbe228b03c5c710d3b2f25ddbba589bc7897390ca099546a6cad5c31724fe4424b7d4a07bd663388b4106e51649ddc58c16f34e3511e2a0 134 B

1234
  1. export function not(pred, thisArg) {
  2. return (value, index) => !pred.call(thisArg, value, index);
  3. }
  4. //# sourceMappingURL=not.js.map