UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

4 lines (3 loc) 207 B
import { IBundleWriteResponse } from '../bundle/Bundle'; import { Context } from '../core/Context'; export declare function attachWebIndex(ctx: Context, bundles: Array<IBundleWriteResponse>): Promise<void>;