Skip to content

Commit

Permalink
Expose normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
JAForbes committed Feb 18, 2024
1 parent 31faac7 commit 9898c90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,3 +289,5 @@ export type Tag<A> =
: A extends Instance<any>
? A["tag"]
: never

export { normalizePathSegment, normalizeRest }

0 comments on commit 9898c90

Please sign in to comment.