Bones/node_modules/rxjs/util/not.d.ts

2 lines
69 B
TypeScript
Raw Normal View History

2017-05-17 13:45:25 -04:00
export declare function not(pred: Function, thisArg: any): Function;