73af477abbcd87cc51ddd0f05332830a8a95972e631e33387e0ea1821e2f1b84.json 330 B

1
  1. {"ast":null,"code":"export function not(pred, thisArg) {\n function notPred() {\n return !notPred.pred.apply(notPred.thisArg, arguments);\n }\n notPred.pred = pred;\n notPred.thisArg = thisArg;\n return notPred;\n}\n//# sourceMappingURL=not.js.map","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}