20a5535885a9ef850ee5b319b72c233eb78447e85b344c41e9e98f1c01406d32151e27ec38a2b491842e5686c15891656829dd95d74ba1e430245c3c0a631d 263 B

12345678
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.not = void 0;
  4. function not(pred, thisArg) {
  5. return function (value, index) { return !pred.call(thisArg, value, index); };
  6. }
  7. exports.not = not;
  8. //# sourceMappingURL=not.js.map