• Removes duplicates from a list of strings.

    Parameters

    • list: string[]

      List to be de-duped

    Returns string[]

    List of unique strings