UNPKG

@types/es-abstract

Version:
7 lines (6 loc) 262 B
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type declare function SpeciesConstructor<C extends Function = new(...args: any) => any>( O: object, defaultConstructor?: C, ): C | (new(...args: any) => any); export = SpeciesConstructor;