We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Unions.Add
Hello and thanks for this awesome lib 🙌
Similar to Tuples.Append, it'd be nice to have a Unions.Add function to include new elements to a union:
Tuples.Append
type Test = Pipe<1, [Unions.Add<2>]> // => 1 | 2