From 343d4ddaab0b672e02310097049b00b76b881212 Mon Sep 17 00:00:00 2001 From: 0t4u <61939142+0t4u@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:13:52 +0800 Subject: [PATCH] chore: make comments less stupid --- src/Utils.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Utils.ts b/src/Utils.ts index fd3ca128..ace19ee8 100644 --- a/src/Utils.ts +++ b/src/Utils.ts @@ -4,9 +4,7 @@ export type OmitNested : I[key]; }; -/** - * @see https://github.com/microsoft/TypeScript/issues/43505#issuecomment-1686128430 - */ +// https://github.com/microsoft/TypeScript/issues/43505#issuecomment-1686128430 export type NumericRange< start extends number, end extends number,