UNPKG

@zowe/imperative

Version:
7 lines 279 B
import { ICommandHandler } from "./ICommandHandler"; /** * This type is here so that we can indicate an object from a * require can be instantiated. */ export type ICommandHandlerConstructor = new () => ICommandHandler; //# sourceMappingURL=ICommandHandlerConstructor.d.ts.map