UNPKG

@hazae41/glacier

Version:

Yet another React data (re)fetching library

17 lines (14 loc) 340 B
'use strict'; 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); } exports.equals = equals; //# sourceMappingURL=index.cjs.map