Sha256: 30fa21df65c6ad91f0f8e3e9f8e91eb1ffe04542f5b2e9c52ce92396fdcfcae3
Contents?: true
Size: 661 Bytes
Versions: 49
Compression:
Stored size: 661 Bytes
Contents
{"version":3,"file":"not.js","sourceRoot":"","sources":["../../src/util/not.ts"],"names":[],"mappings":";AAAA,aAAoB,IAAc,EAAE,OAAY;IAC9C;QACE,MAAM,CAAC,CAAC,CAAQ,OAAQ,CAAC,IAAI,CAAC,KAAK,CAAQ,OAAQ,CAAC,OAAO,EAAE,SAAS,CAAC,CAAC,CAAC;IAC3E,CAAC;IACM,OAAQ,CAAC,IAAI,GAAG,IAAI,CAAC;IACrB,OAAQ,CAAC,OAAO,GAAG,OAAO,CAAC;IAClC,MAAM,CAAC,OAAO,CAAC;AACjB,CAAC;AAPe,WAAG,MAOlB,CAAA","sourcesContent":["export function not(pred: Function, thisArg: any): Function {\n function notPred(): any {\n return !((<any> notPred).pred.apply((<any> notPred).thisArg, arguments));\n }\n (<any> notPred).pred = pred;\n (<any> notPred).thisArg = thisArg;\n return notPred;\n}"]}
Version data entries
49 entries across 49 versions & 4 rubygems