UNPKG

ajsfw

Version:
3 lines (2 loc) 132 B
export declare type Ctor = new (...params: any[]) => any; export declare type CtorTyped<Iface> = new (...params: any[]) => Iface;