UNPKG

202 BTypeScriptView Raw
1/**
2 * Tests to see if the object is "thennable".
3 * @param value the object to test
4 */
5export declare function isPromise(value: any): value is PromiseLike<any>;
6//# sourceMappingURL=isPromise.d.ts.map
\No newline at end of file