UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

7 lines (6 loc) 165 B
import { QuantumCore } from "./QuantumCore"; export declare class Hoisting { core: QuantumCore; constructor(core: QuantumCore); start(): Promise<any>; }