Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/arrays/uniqWith/tests

Index

Variables

Functions

Variables

Const testArray

testArray: { x: number; y: number }[] = [{ x: 1, y: 2 },{ x: 1, y: 3 },{ x: 2, y: 4 },{ x: 1, y: 2 },]

Functions

Const customComparatorFunc

  • customComparatorFunc(arrayValue: any, otherValue: any): boolean
  • Parameters

    • arrayValue: any
    • otherValue: any

    Returns boolean

Generated using TypeDoc