ts-simple-ast
Version:
TypeScript compiler wrapper for AST navigation and code generation.
12 lines (11 loc) • 409 B
TypeScript
export * from "./structures/base";
export * from "./structures/class";
export * from "./structures/decorator";
export * from "./structures/doc";
export * from "./structures/enum";
export * from "./structures/file";
export * from "./structures/function";
export * from "./structures/interface";
export * from "./structures/namespace";
export * from "./structures/statement";
export * from "./structures/type";