UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

8 lines (7 loc) 198 B
export interface FuseAPI { import(str: string, opts?: any): any; exists(path: string): any; remove(path: string): any; dynamic(...args: any[]): any; flush(name?: string): any; }