TenantAtlas/apps/platform/.pnpm-store/v10/files/ea/20a5535885a9ef850ee5b319b72c233eb78447e85b344c41e9e98f1c01406d32151e27ec38a2b491842e5686c15891656829dd95d74ba1e430245c3c0a631d
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

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