github
readme
source
examples
distribution
Preparing search index...
The search index is not available
@oazmi/kitchensink - v0.9.8
@oazmi/kitchensink
typedefs
NonSymbolKeys
Type Alias NonSymbolKeys<T>
NonSymbolKeys
:
{
[
K
in
keyof
T
]
:
K
extends
symbol
?
never
:
K
}
[
keyof
T
]
get all non-symbol property keys of a particular 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...
get all non-symbol property keys of a particular type
T
.