Function kebabToCamel

  • Converts a kebab-case string to a camelCase string

    Parameters

    • str: string

    Returns string

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