UNPKG

@vant/cli

Version:

Vant CLI is a tool for building vue component library. You can quickly build a full-featured Vue component library with vant-cli.

3 lines (2 loc) 127 B
import { type Format } from 'esbuild'; export declare function compileScript(filePath: string, format: Format): Promise<void>;