static Utils
Contains various utility functions.
deepEqual(Object obj1, Object obj2) => Boolean
Deep equals the two objects.
obj1
Object
The first object to compare.
obj2
The second object to compare.
return Boolean
True iff the two objects are deeply equal.