Tuple (TypeScript)
A tuple is an array with a fixed number of elements whose types are known at each position, like `[string, number]`. It lets you type the slots of an array…
A tuple is an array with a fixed number of elements whose types are known at each position, like `[string, number]`. It lets you type the slots of an array…