@pleisto/active-support
    Preparing search index...

    Variable kebabCaseConst

    kebabCase: (str: string) => string

    Formats the given string in dash case fashion

    dash('hello world') -> 'hello-world' dash('va va_VOOM') -> 'va-va-voom' dash('helloWord') -> 'hello-word'

    Type declaration

      • (str: string): string
      • Parameters

        • str: string

        Returns string