Preparing search index...
The search index is not available
@wsvaio/utils
@wsvaio/utils
DeepKeys
Type alias DeepKeys<T>
Deep
Keys
<
T
>
:
T
extends
any
[]
?
never
:
{
[
k
in
keyof
T
]
:
k
extends
string
?
T
[
k
]
extends
Record
<
any
,
any
>
?
T
[
k
]
extends
any
[]
?
k
:
k
|
`
${
k
}
.
${
DeepKeys
<
T
[
k
]
>
}
`
:
k
:
never
}
[
keyof
T
]
Type Parameters
T
extends
Record
<
any
,
any
>
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