UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

6 lines (5 loc) 247 B
export * from "./statement/StatementedNode"; export * from "./statement/VariableDeclarationList"; export * from "./statement/VariableDeclaration"; export * from "./statement/VariableStatement"; export * from "./statement/VariableDeclarationType";