wishthis/node_modules/rxjs/dist/esm/internal/util/not.js
2022-06-08 12:36:39 +02:00

4 lines
No EOL
134 B
JavaScript

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