UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

6 lines (5 loc) 244 B
export * from "./file/ExportDeclarationStructure"; export * from "./file/ExportSpecifierStructure"; export * from "./file/ImportDeclarationStructure"; export * from "./file/ImportSpecifierStructure"; export * from "./file/SourceFileStructure";