Skip to main content

ValueOf type

Signature:

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