• It takes a string, converts it to flat case, and replaces all spaces with nothing

    Parameters

    • str: string

      The string to convert.

    Returns string

    A function that takes a string and returns a string.

Generated using TypeDoc