7 lines
272 B
JavaScript
7 lines
272 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const BarcodeDetector_1 = require("./BarcodeDetector");
|
|
if (!('BarcodeDetector' in window)) {
|
|
window.BarcodeDetector = BarcodeDetector_1.BarcodeDetector;
|
|
}
|
|
//# sourceMappingURL=browser.js.map
|