Skip to content
On this page

Home > entanclature > ValueOf

ValueOf type

Get all possible values of T.

Signature:

typescript
export declare type ValueOf<T> = T[keyof T];

Released under the CC-BY-SA-4.0 License.