Creates a type that extracts the values of T.
ValueOf<{ a: string, b: number }>=> string | number Copy
ValueOf<{ a: string, b: number }>=> string | number
Generated using TypeDoc
Description
Creates a type that extracts the values of T.
Example