Function removeDuplicates

  • remove duplicate characters in a string

    Returns

    the string with no duplicate values

    Parameters

    • text: string

      the input string

    Returns string

Generated using TypeDoc