• Converts a string to param case.

    Parameters

    • str: string

      The input string to be converted

    Returns string

    The string converted to param case

    Example

    console.log(paramCase('Hello World')); // 'hello-world'
    

Generated using TypeDoc