Interface: GetDeepObjectKeysOptions
@sapphire/utilities.GetDeepObjectKeysOptions
The options for getDeepObjectKeys
Properties
arrayKeysIndexStyle
• Optional
arrayKeysIndexStyle: "dotted"
| "braces-with-dot"
| "braces"
Whether to use .${index}.
('dotted'
), [${index}].
, ('braces-with-dot'
) or [${index}]
('braces'
) to separate array keys
Default
'dotted'
Defined in
projects/utilities/packages/utilities/src/lib/getDeepObjectKeys.ts:73