Variadic tuples is a new feature of typescript in 4.0. It will help you to have more power in defining function arguments not limited with rest elements.
We will show you how tuples work and how we can go to variadic tuples with examples in using it, playing with the syntax.

#typescript

Variadic Tuples (new in Typescript 4.0)
1.10 GEEK