UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

7 lines (6 loc) 208 B
import { IRunResponse } from '../core/IRunResponse'; import { Context } from '../core/context'; export declare function bundleDev(props: { ctx: Context; rebundle?: boolean; }): Promise<IRunResponse>;