UNPKG

@zowe/imperative

Version:
5 lines 151 B
/** * An type that defines a class constructor */ export type IConstructor<T> = new (...args: any[]) => T; //# sourceMappingURL=IConstructor.d.ts.map