UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

4 lines (3 loc) 169 B
import { IRunResponse } from '../core/IRunResponse'; import { Context } from '../core/context'; export declare function bundleProd(ctx: Context): Promise<IRunResponse>;