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

6 lines
171 B
JavaScript

'use strict';
console.log("Using global.ethers");
const anyGlobal = window;
const ethers = anyGlobal._ethers;
export { ethers };
//# sourceMappingURL=browser-ethers.js.map