frontend/.pnpm-store/v3/files/be/9b06ad777635c84bbe228b03c5c710d3b2f25ddbba589bc7897390ca099546a6cad5c31724fe4424b7d4a07bd663388b4106e51649ddc58c16f34e3511e2a0

4 lines
134 B
Plaintext

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