UNPKG

react-map-gl

Version:

React components for MapLibre GL JS and Mapbox GL JS

16 lines 433 B
import type { PointLike } from "../types/common.js"; /** * Compare two points * @param a * @param b * @returns true if the points are equal */ export declare function arePointsEqual(a?: PointLike, b?: PointLike): boolean; /** * Compare any two objects * @param a * @param b * @returns true if the objects are deep equal */ export declare function deepEqual(a: any, b: any): boolean; //# sourceMappingURL=deep-equal.d.ts.map