UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

6 lines (5 loc) 219 B
/** * Returns true if the objects are deeply equal, false otherwise * Circular references are ignored */ export default function areEqual(obj1: any, obj2: any, visitedObjects?: WeakSet<object>): boolean | undefined;