github
readme
source
examples
distribution
Preparing search index...
The search index is not available
@oazmi/kitchensink - v0.9.8
@oazmi/kitchensink
typedefs
OptionalKeysOf
Type Alias OptionalKeysOf<T>
OptionalKeysOf
:
{
[
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.9.8
Loading...
extract all optional fields from type
T