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