UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

8 lines (5 loc) 213 B
import { FileAbstraction } from "../../core/FileAbstraction"; import { QuantumCore } from "../QuantumCore"; export interface IPerformable { perform(core: QuantumCore, file: FileAbstraction): Promise<void> }