@arcmantle/library
Preparing search index...
types/record.types
RecursiveKeyof
Type Alias RecursiveKeyof<T>
RecursiveKeyof
:
Exclude
<
_RecursiveKeyof
<
T
>
,
number
|
symbol
>
Recursively gets all the keys of an object.
Type Parameters
T
extends
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@arcmantle/library
Loading...
Recursively gets all the keys of an object.