From 03414dbe28904c313176dcfb9da094fcaaa15614 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 18 Jul 2023 09:11:18 +0100 Subject: [PATCH] Simplify patch --- patches/conf+10.2.0.patch | 4 ---- 1 file changed, 4 deletions(-) diff --git a/patches/conf+10.2.0.patch b/patches/conf+10.2.0.patch index 5445b38..24286cd 100644 --- a/patches/conf+10.2.0.patch +++ b/patches/conf+10.2.0.patch @@ -6,10 +6,6 @@ index 70d6dd0..fb23a4e 100644 @param key - The key of the item to delete. */ delete(key: Key): void; -+ // This overload is used for dot-notation access. -+ // We exclude `keyof T` as an incorrect type for the default value should not fall through to this overload. -+ delete(key: Exclude): void; + delete(key: string): void; /** Delete all items. -