UNPKG

@mypaas/hcm-cli

Version:

Vant Cli 是一个 Vue 组件库构建工具,通过 Vant Cli 可以快速搭建一套功能完备的 Vue 组件库。

5 lines (4 loc) 264 B
export declare function fillExt(filePath: string): string; export declare function clearDepsCache(): void; export declare function getDeps(filePath: string): string[]; export declare function replaceScriptImportExt(code: string, from: string, to: string): string;