UNPKG

@ywfe/cli

Version:

遥望前端开发命令行工具

9 lines (8 loc) 250 B
export declare const build: (inputFileName: string, options: any) => Promise<void>; export declare const startViteBuild: (pageName: string) => Promise<{ success: boolean; message?: undefined; } | { success: boolean; message: any; }>;