TenantAtlas/apps/platform/.pnpm-store/v10/files/be/9b06ad777635c84bbe228b03c5c710d3b2f25ddbba589bc7897390ca099546a6cad5c31724fe4424b7d4a07bd663388b4106e51649ddc58c16f34e3511e2a0
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

4 lines
134 B
Plaintext

export function not(pred, thisArg) {
return (value, index) => !pred.call(thisArg, value, index);
}
//# sourceMappingURL=not.js.map