frontend/.pnpm-store/v3/files/65/f4b783689d213d9d611f8bfb68719ec655c625164262a98255fcfd78bf6923a280590649f1df38c7a137ff6e40f3047a14b1357911e831e351de70e0ec7f85

6 lines
202 B
Plaintext

/**
* Tests to see if the object is "thennable".
* @param value the object to test
*/
export declare function isPromise(value: any): value is PromiseLike<any>;
//# sourceMappingURL=isPromise.d.ts.map