Transforms a set of flags so that their keys are camelCased. This function ignores flag keys which start with $.
$
A mapping of flag keys and their values
A transformed LDFlagSet with camelCased flag keys
LDFlagSet
The camelCaseKeys.camelCaseKeys property will be removed in a future version, please update your code to use the camelCaseKeys function directly.
camelCaseKeys.camelCaseKeys
camelCaseKeys
Transforms a set of flags so that their keys are camelCased. This function ignores flag keys which start with
$
.