Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 757 Bytes

types.valueof.md

File metadata and controls

21 lines (13 loc) · 757 Bytes

Home > @skunkteam/types > valueof

valueof() function

Signature:

declare function valueof<T extends Record<string, string>>(...args: [name: string, obj: T] | [obj: T]): TypeImpl<KeyofType<Transposed<T>>>;

Parameters

Parameter Type Description
args [name: string, obj: T] | [obj: T]

Returns:

TypeImpl<KeyofType<Transposed<T>>>