Type Alias Class<T>

Class: new (...rest: any[]) => T

Class constructor Type.

Type Parameters

  • T

    The class instance returned by constructor.

Type declaration

    • new (...rest: any[]): T
    • Parameters

      • ...rest: any[]

        The arguments needed by the Class T for instantiation.

      Returns T