DIR: /proc/1991110/task/1991110/cwd/usr/share/nodejs/@types/es-abstract/2015/ |
Current File : //proc/1991110/task/1991110/cwd/usr/share/nodejs/@types/es-abstract/2015/IsPromise.d.ts |
declare function IsPromise<T>(x: PromiseLike<T>): x is Promise<T>; declare function IsPromise(x: unknown): x is Promise<any>; export = IsPromise; |