Extracts the type info for all items inside an array or tuple.
type Values = ValuesInside<[true, 1, '2']>;// => true | 1 | "2" Copy
type Values = ValuesInside<[true, 1, '2']>;// => true | 1 | "2"
Generated using TypeDoc
Extracts the type info for all items inside an array or tuple.