UNPKG

79 BTypeScriptView Raw
1export interface Newable<ReturnType> {
2 new (...args: any[]): ReturnType;
3}