UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

6 lines (5 loc) 238 B
import { IBundleWriteResponse } from '../bundle/Bundle'; import { Context } from '../core/Context'; export declare function addServerEntry(ctx: Context, bundles: Array<IBundleWriteResponse>): Promise<{ info: IBundleWriteResponse; }>;