Returns true if array contains the given object
doesArrayContainTheGivenObject({x: 10, y: 12}, [{x: 10, y: 12},{a: 1, b: 2},{o: 5, p: 25}]) // returns true
Generated using TypeDoc
Returns true if array contains the given object
doesArrayContainTheGivenObject({x: 10, y: 12}, [{x: 10, y: 12},{a: 1, b: 2},{o: 5, p: 25}]) // returns true