UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

10 lines (9 loc) 217 B
import { FuseAPI } from "./lib/FuseApi"; export declare class BundleTestRunner { bundle: any; fuse: FuseAPI; reporter: string; opts: any; constructor(bundle: any, opts?: any); start(): void; }