Type alias Class<T>

Class<T>: (new (...rest) => T)

Class constructor Type.

Type Parameters

  • T

    The class instance returned by constructor.

Type declaration

    • new (...rest): T
    • Parameters

      • Rest ...rest: any[]

        The arguments needed by the Class T for instantiation.

      Returns T

Generated using TypeDoc