Function to validate if the two given objects are deeply equal
areObjectsEqual({x: 1, y: 1}, {x: 1, y: 1}); // return true
{boolean}
Generated using TypeDoc
Function to validate if the two given objects are deeply equal
areObjectsEqual({x: 1, y: 1}, {x: 1, y: 1}); // return true