UNPKG

120 BTypeScriptView Raw
1/*!
2输出命令行提示与选择模板
3*/
4declare function init(appName: string): Promise<void>;
5export default init;