W72crm_web-master/node_modules/yargs/build/lib/is-promise.d.ts

2 lines
96 B
TypeScript
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
export declare function isPromise<T>(maybePromise: T | Promise<T>): maybePromise is Promise<T>;