| 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":[]}
|