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/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; |