UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

11 lines (10 loc) 334 B
import { Context } from './Context'; export declare class ContextTaskManager { private ctx; private copyFilesTask; constructor(ctx: Context); copyFile(original: string, target: string): void; private perform; private flush; } export declare function createContextTaskManager(ctx: Context): ContextTaskManager;