UNPKG

240 BTypeScriptView Raw
1export declare type CommandName = 'clean-dist'
2 | 'clean-pkg-json'
3 | 'copy-files'
4 | 'sort-deps'
5 | 'init'
6 | 'cfg'
7 | 'reinstall'
8 | 'build'
9 | 'config';
10
11export declare function alo(cmd: CommandName | string[]): Promise<string>;