UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

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