Tuple Types in TypeScript.
Introduction
A Tuple Type in TypeScript is a special type of array. Tuples allow the expression of an array that has a fixed number of elements as well as specified types for each element. So there are 2 important features of tuples that you should ...
benjaminsemah.hashnode.dev3 min read