wishthis/node_modules/rxjs/internal/util/not.d.ts
2022-05-29 11:24:36 +02:00

1 line
69 B
TypeScript

export declare function not(pred: Function, thisArg: any): Function;