Function getUniqueObjects

  • Returns an array of unique elements from the input array based on the specified property.

    Parameters

    • array: any[]

      The input array.

    • property: string

      The property to compare for uniqueness.

    Returns any[]

    An array of unique elements.

Generated using TypeDoc