valuesFor<T extends Readonly<Record<string, Option>>>( _options: T,): { -readonly [key in string | number | symbol]: OptionDataType<T[key]> } Type Parameters
- T extends Readonly<Record<string, Option>>
Returns { -readonly [key in string | number | symbol]: OptionDataType<T[key]> }
The option values
Creates an object to hold the option values.