UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

4 lines (3 loc) 169 B
import { Context } from '../core/Context'; import { IProductionResponse } from './main'; export declare function bundleProd(ctx: Context): Promise<IProductionResponse>;