UNPKG

209 BTypeScriptView Raw
1import { Json2Service } from './consts';
2/** CLI入口函数 */
3export default function gen(config: Json2Service, options: {
4 /** 是否清空上次生成目录 */
5 clear?: boolean;
6}): Promise<number>;