ichigyou
    Preparing search index...

    Function removeDuplicated

    • Removes duplicates from an array of numbers or strings.

      Type Parameters

      • T extends string | number

      Parameters

      • arr: T[]

        The array to remove duplicates from.

      Returns T[]

      A new array with duplicates removed.