UNPKG

@hazae41/glacier

Version:

Yet another React data (re)fetching library

15 lines (13 loc) 319 B
function equals(a, b) { if (a === b) return true; if (typeof a !== typeof b) return false; if (typeof a !== "object") return false; if (a === null) return false; return JSON.stringify(a) === JSON.stringify(b); } export { equals }; //# sourceMappingURL=index.mjs.map