Opal-Estate-Pro/node_modules/rxjs/util/isPromise.d.ts
2019-09-13 11:27:52 +07:00

2 lines
84 B
TypeScript
Executable File

export declare function isPromise<T>(value: any | Promise<T>): value is Promise<T>;