removed unused type from union
This commit is contained in:
parent
272ffd6c58
commit
d2051d9086
1 changed files with 0 additions and 5 deletions
|
@ -66,11 +66,6 @@ const Variant = (type, variant) => (...values) => ({
|
|||
}
|
||||
})
|
||||
|
||||
/**
|
||||
* @template {object} T
|
||||
* @typedef {T[keyof T]} Tuple
|
||||
*/
|
||||
|
||||
/**
|
||||
* @template T, U
|
||||
* @this {Union<T, U>}
|
||||
|
|
Loading…
Add table
Reference in a new issue