UNPKG

295 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function shallowEqual(a, b) {
4 return (a &&
5 b &&
6 a.length === b.length &&
7 a.every((item, index) => item === b[index]));
8}
9exports.shallowEqual = shallowEqual;
10//# sourceMappingURL=util.js.map
\No newline at end of file