Preparing search index...
The search index is not available
@juulsgaard/ts-tools
@juulsgaard/ts-tools
KeysOfTypeOrNull
Type Alias KeysOfTypeOrNull<T, TProp>
Keys
Of
Type
Or
Null
<
T
,
TProp
>
:
{
[
P
in
keyof
T
]
-?:
T
[
P
]
extends
TProp
|
undefined
?
P
:
never
}
[
keyof
T
]
All keys of a type with properties of type
TProp
or
TProp|undefined
Type Parameters
T
TProp
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@juulsgaard/ts-tools
Loading...
All keys of a type with properties of type
TProp
orTProp|undefined