%PDF- %PDF-
| Direktori : /home/vacivi36/.trash/vacivitta/node_modules/@babel/types/lib/utils/ |
| Current File : /home/vacivi36/.trash/vacivitta/node_modules/@babel/types/lib/utils/shallowEqual.js |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = shallowEqual;
function shallowEqual(actual, expected) {
const keys = Object.keys(expected);
for (const key of keys) {
if (actual[key] !== expected[key]) {
return false;
}
}
return true;
}
//# sourceMappingURL=shallowEqual.js.map