UNPKG

@pansy/react-mapbox-gl

Version:

🌍 基于 Mapbox GL 封装的 React 组件库

8 lines (7 loc) 166 B
/** * 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;