UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

6 lines (5 loc) 199 B
export * from "./file/ExportDeclaration"; export * from "./file/ExportSpecifier"; export * from "./file/ImportDeclaration"; export * from "./file/ImportSpecifier"; export * from "./file/SourceFile";