UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

14 lines (13 loc) 415 B
import { IBundleWriteResponse } from '../bundle/Bundle'; import { Context } from '../core/Context'; export declare class ServerLauncher { ctx: Context; response: Array<IBundleWriteResponse>; private node; constructor(ctx: Context, response: Array<IBundleWriteResponse>); kill(): void; handleEntry(props?: { nodeArgs: Array<string>; scriptArgs: Array<string>; }): void; }