From 95966a77f4004e7728ce71316a06e4ead49aa6e8 Mon Sep 17 00:00:00 2001
From: Daniel Thoma
Date: Sun, 2 Jun 2024 17:48:40 +0200
Subject: [PATCH] fix rebase
---
src/index.ts | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/index.ts b/src/index.ts
index c1dc7a5..34bc803 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -167,6 +167,7 @@ type GetTuplePaths =
: PV)
| `${PV}.${TraversalGate, DepthCarry, Config>}`
: never
+ : never
/**
* PathConfig is a configuration object that can be used to configure the behavior of the path function.