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.