@tusss/ood
    Preparing search index...

    Type Alias Constructor<T>

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

    Type helper representing the constructor of a class, typically used to denote a class type.

    Type Parameters

    • T = any

      The type of the class instance.

    Type Declaration

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

        • ...args: any[]

        Returns T