Type alias KnownClassConstructor<T>

KnownClassConstructor<T>: (new (...args) => T)

Type Parameters

Type declaration

    • new (...args): T
    • Type definition for known class constructors.

      Parameters

      • Rest ...args: any[]

      Returns T

Generated using TypeDoc v0.25.1