• Create an instance of a class implementing the Constructable pattern.

    Type Parameters

    • const A extends any[]
    • const C extends (new (...args: A) => Constructable<any>)

    Parameters

    • constructor: C
    • Rest...args: A

    Returns Promise<InstanceType<C>>