removed unused type from union

This commit is contained in:
Rowan 2025-04-03 16:53:55 -05:00
parent 272ffd6c58
commit d2051d9086

View file

@ -66,11 +66,6 @@ const Variant = (type, variant) => (...values) => ({
} }
}) })
/**
* @template {object} T
* @typedef {T[keyof T]} Tuple
*/
/** /**
* @template T, U * @template T, U
* @this {Union<T, U>} * @this {Union<T, U>}