UNPKG

@tarojs/cli

Version:
7 lines (6 loc) 143 B
export default class CLI { appPath: string; constructor(appPath?: string); run(): Promise<void>; parseArgs(): Promise<void>; }