Skip to content

Commit

Permalink
feat(api): export tree info types
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Oct 8, 2022
1 parent 3928e43 commit 943b3eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/api/src/index.ts
@@ -1,3 +1,4 @@
export { getSymbolType, multilineTypeToString } from "./util"
export { recursivelyExpandType } from "./merge"
export { generateTypeTree } from "./tree"
export { generateTypeTree } from "./tree"
export { TypeInfo, SymbolInfo, TypeInfoNode, SignatureInfo, TypeId, IndexInfo, TypeInfoKind, TypeParameterInfo } from "./types"

0 comments on commit 943b3eb

Please sign in to comment.