UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

8 lines (7 loc) 280 B
export declare function sparky<T>(Ctx: new () => T): { activities: any[]; rm: (folder: string) => void; src: (glob: string) => import("./sparky_chain").ISparkyChain; exec: (name: string) => Promise<void>; task: (name: string, fn: (ctx: T) => void) => void; };