Preparing search index...
The search index is not available
run-time-assertions - v1.5.2
run-time-assertions
ExtractValue
Type Alias ExtractValue<KeyGeneric, ParentGeneric>
Extract
Value
<
KeyGeneric
,
ParentGeneric
>
:
KeyGeneric
extends
keyof
ParentGeneric
?
SetRequired
<
ParentGeneric
,
KeyGeneric
>
[
KeyGeneric
]
:
KeyGeneric
extends
keyof
Extract
<
ParentGeneric
,
Record
<
KeyGeneric
,
any
>
>
?
SetRequired
<
Extract
<
ParentGeneric
,
Record
<
KeyGeneric
,
any
>
>
,
KeyGeneric
>
[
KeyGeneric
]
:
never
Helper type for
hasProperty
.
Type Parameters
KeyGeneric
extends
PropertyKey
ParentGeneric
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
run-time-assertions - v1.5.2
Loading...
Helper type for
hasProperty
.