Type alias TConstructor<R, A>

TConstructor<R, A>: (new (...args) => R)

Type Parameters

Type declaration

    • new (...args): R
    • This type represents a constructor function. It is a function that can be called with the new keyword to create an instance of a certain type.

      Parameters

      • Rest ...args: A

      Returns R

Generated using TypeDoc