django-vue3-admin-web/node_modules/@interactjs/utils/shallowEqual.prod.js
2025-10-20 21:21:14 +08:00

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