Sha256: a9566279677c3285ad5bb531a26d533f054c31362dddf49acba95109a47fd6d8
Contents?: true
Size: 269 Bytes
Versions: 49
Compression:
Stored size: 269 Bytes
Contents
"use strict"; function not(pred, thisArg) { function notPred() { return !(notPred.pred.apply(notPred.thisArg, arguments)); } notPred.pred = pred; notPred.thisArg = thisArg; return notPred; } exports.not = not; //# sourceMappingURL=not.js.map
Version data entries
49 entries across 49 versions & 4 rubygems