Transforms a set of flags so that their keys are camelCased. This function ignores flag keys which start with $.

Properties

Properties

camelCaseKeys: {
    camelCaseKeys: { (rawFlags: LDFlagSet): LDFlagSet; camelCaseKeys: ...; };
    (rawFlags: LDFlagSet): LDFlagSet;
}

Type declaration

    • (rawFlags): LDFlagSet
    • Transforms a set of flags so that their keys are camelCased. This function ignores flag keys which start with $.

      Parameters

      • rawFlags: LDFlagSet

        A mapping of flag keys and their values

      Returns LDFlagSet

      A transformed LDFlagSet with camelCased flag keys

  • camelCaseKeys: { (rawFlags: LDFlagSet): LDFlagSet; camelCaseKeys: ...; }

    The camelCaseKeys.camelCaseKeys property will be removed in a future version, please update your code to use the camelCaseKeys function directly.

The camelCaseKeys.camelCaseKeys property will be removed in a future version, please update your code to use the camelCaseKeys function directly.