Interface Newable<T>

interface Newable<T> {
    new Newablenew (...args): T;
}

Type Parameters

  • T

Hierarchy (view full)

Constructors

Constructors

  • Parameters

    • Rest ...args: any[]

    Returns T