UNPKG

jgb-cli

Version:

```shell npm i -g jgb-cli #全局安装 ```

5 lines (4 loc) 241 B
import 'v8-compile-cache'; import Asset from 'jgb-shared/lib/Asset'; export declare function init(options: any): void; export declare function run(asset: Asset | string, distPath: string, isWarmUp: boolean): Promise<IPipelineProcessed>;