Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
djfhe committed Jun 2, 2024
1 parent 88c8b2a commit 95966a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ type GetTuplePaths<T, DepthCarry extends unknown[], Config extends PathConfig> =
: PV)
| `${PV}.${TraversalGate<TupleElement<T, PV>, DepthCarry, Config>}`
: never
: never

/**
* PathConfig is a configuration object that can be used to configure the behavior of the path function.
Expand Down

0 comments on commit 95966a7

Please sign in to comment.