UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

7 lines (6 loc) 250 B
export * from "./type/Type"; export * from "./type/TypeNode"; export * from "./type/TypeAliasDeclaration"; export * from "./type/TypeParameterDeclaration"; export * from "./type/TypeReferenceNode"; export * from "./type/ExpressionWithTypeArguments";