Interface Constructable<T, Args>

Interface for constructor class.

Export

Constructable

Type Parameters

  • T

    the constructed type

  • Args extends any[] = any[]

Hierarchy

  • Constructable

Constructors

Constructors

  • Parameters

    • Rest ...args: Args

    Returns T

Generated using TypeDoc