a zip code crypto-currency system good for red ONLY

1234567891011
  1. /** PURE_IMPORTS_START PURE_IMPORTS_END */
  2. export function not(pred, thisArg) {
  3. function notPred() {
  4. return !(notPred.pred.apply(notPred.thisArg, arguments));
  5. }
  6. notPred.pred = pred;
  7. notPred.thisArg = thisArg;
  8. return notPred;
  9. }
  10. //# sourceMappingURL=not.js.map