UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

6 lines (5 loc) 371 B
import { ASTNode } from '../interfaces/AST'; export declare function generateModuleNameFromSource(source: string, sourceReferences: any): string; export declare function generateVariableFromSource(source: string, index: number): string; export declare function createUndefinedVariable(name: string): ASTNode; export declare function createVariableDeclaration(): ASTNode;