frontend/.pnpm-store/v3/files/ea/20a5535885a9ef850ee5b319b72c233eb78447e85b344c41e9e98f1c01406d32151e27ec38a2b491842e5686c15891656829dd95d74ba1e430245c3c0a631d

8 lines
263 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.not = void 0;
function not(pred, thisArg) {
return function (value, index) { return !pred.call(thisArg, value, index); };
}
exports.not = not;
//# sourceMappingURL=not.js.map