5 lines
343 B
JavaScript
5 lines
343 B
JavaScript
/* interact.js 1.10.27 | https://raw.github.com/taye/interact.js/main/LICENSE */
|
|
|
|
function shallowEqual(t,e){if(t===e)return!0;if(!t||!e)return!1;const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!1;for(const n of r)if(t[n]!==e[n])return!1;return!0}export{shallowEqual as default};
|
|
//# sourceMappingURL=shallowEqual.prod.js.map
|