RAGS - v1.10.0
    Preparing search index...

    Variable kebabify

    kebabify: (str: string) => string

    Type Declaration

      • (str: string): string
      • Converts a camelCase or snake_case string to kebab-case.

        Parameters

        • str: string

          The string to convert

        Returns string

        The kebab-cased string