Extracts the type info for the last item inside a tuple.
type Value = Last<[true, 1, '2']>;// => "2" Copy
type Value = Last<[true, 1, '2']>;// => "2"
Generated using TypeDoc
Extracts the type info for the last item inside a tuple.