Sha256: 904a095d799ecacc4892c1ac3da68b9a53e92034d8373db9a2e424d9dbd3d325
Contents?: true
Size: 243 Bytes
Versions: 53
Compression:
Stored size: 243 Bytes
Contents
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