UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

9 lines (8 loc) 265 B
export declare class AutoImportedModule { variable: string; pkg: string; statement: string; constructor(variable: string, pkg: any); getImportStatement(): string; } export declare function registerDefaultAutoImportModules(userConfig: any): any;