UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

18 lines (17 loc) 481 B
import { RequireStatement } from "../core/nodes/RequireStatement"; import { QuantumCore } from "./QuantumCore"; export declare class ComputedStatementRule { path: string; rules: { mapping: string; fn: { (statement: RequireStatement, core: QuantumCore): void; }; }; constructor(path: string, rules?: { mapping: string; fn: { (statement: RequireStatement, core: QuantumCore): void; }; }); }