pokemon-rogue-battle
    Preparing search index...

    Function toCamelCase

    • Helper method to convert a string into camelCase (such as one used for i18n keys).

      Parameters

      • str: string

        The string being converted

      Returns string

      The result of converting str into camel case.

      console.log(toCamelCase("BIG_ANGRY_TRAINER")); // returns "bigAngryTrainer"