frontend/.pnpm-store/v3/files/45/9071c41f1ec09c2f009aa2f672243f3cf90eccd64e4bee9db5c2cf5369ab29afaf4699f57da2811f3e06b4f926c2b3b5325707c04b5644a2f11c7a204ca55e

12 lines
332 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
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