Preparing search index...
The search index is not available
@wsvaio/utils
@wsvaio/utils
DeepPick
Type alias DeepPick<T, K>
Deep
Pick
<
T
,
K
>
:
UnionToIntersection
<
K
extends
`
${
infer
Pre
}
.
${
infer
Post
}
`
?
{
[
Key
in
Pre
]
:
DeepPick
<
T
[
Pre
]
,
Post
>
}
:
{
[
Key
in
K
]
:
T
[
Key
]
}
>
Type Parameters
T
extends
Record
<
any
,
any
>
K
extends
DeepKeys
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@wsvaio/utils
Progress
BuiltInObjects
Compose
JsonableObj
DeepKeys
DeepOmit
DeepPartial
DeepPick
IsEqual
IsOptional
Jsonable
JsonableArr
JsonableBasic
Middleware
Parameters
ToUnionOfFunction
UnionToIntersection
ValueOf
Writeable
filePickerKey
arrayToTree
Loading...
Generated using
TypeDoc