UNPKG

react-zxing

Version:

Integrate zxing to your React application using a custom hook

8 lines (7 loc) 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.deepCompareObjects = void 0; var deepCompareObjects = function (a, b) { return JSON.stringify(a) === JSON.stringify(b); }; exports.deepCompareObjects = deepCompareObjects;