Nog CLI Developer Guide - v0.10.5
    Preparing search index...

    Function toCamelCase

    • Converts a string to camelCase. Examples:

      • "hello-world" => "helloWorld"
      • "HelloWorld" => "helloWorld"
      • "hello_world" => "helloWorld"

      Parameters

      • str: string

        The string to convert

      Returns string

      The string in camelCase format