UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

5 lines (4 loc) 198 B
export * from "./variable/VariableDeclarationList"; export * from "./variable/VariableDeclaration"; export * from "./variable/VariableStatement"; export * from "./variable/VariableDeclarationType";