ethers.js/packages/tests/lib/browser-ethers.js
2020-07-13 08:03:56 -04:00

7 lines
236 B
JavaScript

'use strict';
Object.defineProperty(exports, "__esModule", { value: true });
console.log("Using global.ethers");
var anyGlobal = window;
var ethers = anyGlobal._ethers;
exports.ethers = ethers;
//# sourceMappingURL=browser-ethers.js.map