Tweakr
    Preparing search index...

    Function camelToKebab

    • Converts a camelCase string to kebab-case.

      Parameters

      • input: string

        The camelCase string.

      Returns string

      The kebab-case string.

      camelToKebab("helloWorld"); // "hello-world"
      camelToKebab("tweakrLibraryUtils"); // "tweakr-library-utils"

      1.2.0