UNPKG

205 BTypeScriptView Raw
1import { ICommandOptions } from '@anycli/config';
2import Engine from './engine';
3export declare function run(argv?: string[], opts?: ICommandOptions): Promise<void>;
4export default run;
5export { Engine };