Documentation
Github
Preparing search index...
iso-ucan
capability
<internal>
SelectorValue
Type Alias SelectorValue<T, S>
SelectorValue
:
S
extends
`
.
${
infer
K
}
`
?
K
extends
keyof
T
?
T
[
K
]
:
never
:
S
extends
`
[
${
infer
I
}
]
`
?
T
extends
(
infer
U
)
[]
?
U
:
never
:
never
Extracts the type of the value at a given selector path (minimal version)
Type Parameters
T
S
extends
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Github
Documentation
Loading...
Extracts the type of the value at a given selector path (minimal version)