• It converts a string to snake case by converting it to no case and replacing all spaces with underscores

    Parameters

    • str: string

      The string to convert.

    Returns string

    A function that takes a string and returns a string with all the spaces replaced with underscores.

Generated using TypeDoc