novx
    Preparing search index...

    Type Alias Constructor<T>

    Constructor: new (...args: unknown[]) => T

    the type of a constructor

    Type Parameters

    • T

    Type Declaration

      • new (...args: unknown[]): T
      • Parameters

        • ...args: unknown[]

        Returns T