Preparing search index...
The search index is not available
Additional types and utils for TypeScript
type-plus
RecordValue
Type Alias RecordValue<R>
Record
Value
<
R
>
:
R
extends
Record
<
any
,
infer
T
>
?
T
:
never
Gets the value type
T
from
Record<any, T>
.
Type Parameters
R
extends
Record
<
any
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
type-plus - v8.0.0-beta.6
Loading...
Gets the value type
T
fromRecord<any, T>
.