launchdarkly-react-client-sdk - v3.9.0
    Preparing search index...

    Function camelCaseKeys

    • 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

    Index

    Properties

    Properties

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

    Type Declaration

      • (rawFlags: LDFlagSet): 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.