Convert a union type into an unordered tuple type of its elements. The order of the resulting tuple is not guaranteed.
Copied from the UnionToTuple type in type-fest v5.6 so that this package's public types do not depend on type-fest (see the note in type-checks.ts).
UnionToTuple
type-fest
type-checks.ts
@augment-vir/common
Convert a union type into an unordered tuple type of its elements. The order of the resulting tuple is not guaranteed.
Copied from the
UnionToTupletype intype-festv5.6 so that this package's public types do not depend ontype-fest(see the note intype-checks.ts).