Skip to content

Commit

Permalink
feat: expose createPrefixTree
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 5, 2022
1 parent d8d1ea7 commit 01fc3b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.ts
Expand Up @@ -102,3 +102,9 @@ export type {
ParamValueZeroOrMore,
ParamValueZeroOrOne,
} from './codegen/generateRouteParams'
export { TreeLeaf, createPrefixTree } from './core/tree'
// export {
// createTreeLeafValue,
// TreeLeafValueParam,
// TreeLeafValueStatic,
// } from './core/treeLeafValue'

0 comments on commit 01fc3b3

Please sign in to comment.