wishthis/node_modules/rxjs/internal/util/not.d.ts
2022-01-21 09:28:41 +01:00

1 line
69 B
TypeScript

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