Documentation
Preparing search index...
ts_lib/lib/utils
getKeysOfObject
Function getKeysOfObject
getKeysOfObject
<
T
extends
object
>
(
obj
:
T
)
:
(
keyof
T
&
string
)
[]
Return keys of object with right type
Type Parameters
T
extends
object
Parameters
obj
:
T
Returns (
keyof
T
&
string
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Return keys of object with right type