github
readme
source
examples
distribution
Preparing search index...
The search index is not available
@oazmi/kitchensink - v0.8.4
@oazmi/kitchensink
typedefs
OptionalKeysOf
Type Alias OptionalKeysOf<T>
Optional
Keys
Of
<
T
>
:
{
[
K
in
keyof
T
as
undefined
extends
T
[
K
]
?
K
:
never
]
:
T
[
K
]
}
extract all optional fields from type
T
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
github
readme
source
examples
distribution
@oazmi/kitchensink - v0.8.4
Loading...
extract all optional fields from type
T