KC's Workspace
    Preparing search index...

    Type Alias Constructor<T>

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

    A constructor type that creates instances of type T.

    Type Parameters

    • T = any

      The type of object that the constructor creates. Defaults to an empty object type.