UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

9 lines (8 loc) 200 B
export declare class GenericAst { ast: any; astProp: any; node: any; constructor(ast: any, astProp: any, node: any); remove(): void; replaceWithString(value?: string): void; }