Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/arrays/xorWith/tests

Index

Variables

Const otherArray

otherArray: { x: number; y: number }[] = [{ x: 1, y: 2 },{ x: 1, y: 3 },{ x: 2, y: 4 },{ x: 1, y: 2 },{ x: 31, y: 15 },]

Const testArray

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

Functions

Const customComparatorFunc

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

    • arrayValue: any
    • otherValue: any

    Returns boolean

Generated using TypeDoc