Documentation
Github
Preparing search index...
iso-conf
<internal>
PathValue
Type Alias PathValue<T, KeyPath>
PathValue
:
unknown
extends
T
?
unknown
:
T
extends
undefined
?
undefined
:
KeyPath
extends
`
${
infer
Key
}
.
${
infer
Rest
}
`
?
Key
extends
keyof
NonNullable
<
T
>
?
PathValue
<
NonNullable
<
T
>
[
Key
]
,
Rest
>
:
unknown
:
KeyPath
extends
keyof
NonNullable
<
T
>
?
NonNullable
<
T
>
[
KeyPath
]
:
unknown
Type Parameters
T
KeyPath
extends
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Github
Documentation
Loading...