UNPKG

214 BTypeScriptView Raw
1export declare var exceptionHandler: (e: Error | string) => void;
2export declare function run(p: commander.IExportedCommand, command: {
3 run: (param) => Promise<any>;
4}, ignoreEgretProjectPath?: boolean): void;