TenantAtlas/apps/platform/.pnpm-store/v10/files/65/f4b783689d213d9d611f8bfb68719ec655c625164262a98255fcfd78bf6923a280590649f1df38c7a137ff6e40f3047a14b1357911e831e351de70e0ec7f85
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

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