UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

7 lines (6 loc) 237 B
export * from "./FunctionDeclaration"; export * from "./FunctionExpression"; export * from "./FunctionLikeDeclaration"; export * from "./OverloadableNode"; export * from "./ParameterDeclaration"; export * from "./SignaturedDeclaration";