UNPKG

289 BTypeScriptView Raw
1export declare type CommandName = 'clean-dist' | 'clean-pkg-json' | 'copy-files' | 'sort-deps';
2
3export declare function alo(cmd: CommandName, ...args: string[]): Promise<string>;
4export declare function alo(cmd: 'cfg', subcmd: 'clear' | 'rm' | 'set', ...args: string[]): Promise<string>;