Extracts the type info for all but the first item inside a tuple.
type Values = Tail<[true, 1, '2']>;// => [1, "2"] Copy
type Values = Tail<[true, 1, '2']>;// => [1, "2"]
Generated using TypeDoc
Extracts the type info for all but the first item inside a tuple.