Sha256: d9305436617f9e0824273827553f622cc624b794ed0a2a8c9a9c89deb72145e9
Contents?: true
Size: 288 Bytes
Versions: 53
Compression:
Stored size: 288 Bytes
Contents
/** PURE_IMPORTS_START PURE_IMPORTS_END */ export function not(pred, thisArg) { function notPred() { return !(notPred.pred.apply(notPred.thisArg, arguments)); } notPred.pred = pred; notPred.thisArg = thisArg; return notPred; } //# sourceMappingURL=not.js.map
Version data entries
53 entries across 51 versions & 5 rubygems