Skip to content

Commit

Permalink
fix: export get nodes type (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde authored Jul 27, 2022
1 parent 8877894 commit aeaf611
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ export {
File,
Prompt,
} from "./file-tree";
export type { FileTreeNode, FileTreeData, FileTreeFactory } from "./file-tree";
export type {
FileTreeNode,
FileTreeData,
FileTreeFactory,
GetNodes,
} from "./file-tree";
export { Node } from "./node";
export { SubjectMap, SubjectSet } from "./observable-data";
export * as pathFx from "./path-fx";
Expand Down

0 comments on commit aeaf611

Please sign in to comment.