Documentation
    Preparing search index...

    Type Alias ConstructorOf<TConstructed>

    ConstructorOf: new (...args: any[]) => TConstructed

    Describes a function that is a constructor for something.

    Type Parameters

    • TConstructed

      The type this is a constructor for.