@oazmi/kitchensink - v0.9.13
github
readme
src
dist
examples
Preparing search index...
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
src
dist
examples
@oazmi/kitchensink - v0.9.13
Loading...
extract all optional fields from type
T