Function kebabToCamel

Converts a kebab-case string to a camelCase string

kebabToCamel('hello-world'); // helloWorld
  • Parameters

    • str: string

    Returns string