UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

10 lines (9 loc) 271 B
export declare class NamedExport { name: string; isUsed: boolean; eligibleForTreeShaking: boolean; referencedVariableName: any; private nodes; addNode(ast: any, prop: string, node: any, referencedVariableName: string): void; remove(): void; }