Type alias StaticToThis<T>

StaticToThis<T>: {
    prototype: T;
    new (...args): T;
}

Type Parameters

Type declaration

Generated using TypeDoc