Type alias SomeConstructor

SomeConstructor: (abstract new (...args) => any)

Represents some, any, constructor (e.g. Error, Map, or MyCustomClass).

Type declaration

    • abstract new (...args): any
    • Abstract

      Parameters

      • Rest ...args: any[]

      Returns any