UNPKG

xtreme-ui

Version:

Collection of reusable components that can be used in web projects

5 lines (4 loc) 233 B
const o = (e, t) => typeof e == "string" && typeof t == "string" ? e === t : typeof e == "object" && typeof t == "object" && e !== null && t !== null ? Object.entries(e).every(([r, n]) => t[r] === n) : !1; export { o as isEqual };