From d2051d9086c31d033f2f66309c4b8f5119e3cc11 Mon Sep 17 00:00:00 2001 From: rowan <rowan@kitsu.cafe> Date: Thu, 3 Apr 2025 16:53:55 -0500 Subject: [PATCH] removed unused type from union --- src/union.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/union.js b/src/union.js index ef14b22..03a52b0 100644 --- a/src/union.js +++ b/src/union.js @@ -66,11 +66,6 @@ const Variant = (type, variant) => (...values) => ({ } }) -/** - * @template {object} T - * @typedef {T[keyof T]} Tuple - */ - /** * @template T, U * @this {Union<T, U>}