Function removeSpacesFromString

  • Removes all spaces from a given string.

    Parameters

    • inputString: string

      The string from which to remove spaces.

    Returns string

    The input string with all spaces removed.

Generated using TypeDoc