ethers.js/packages/tests/lib.esm/browser-ethers.js

6 lines
171 B
JavaScript
Raw Normal View History

2019-05-15 01:48:48 +03:00
'use strict';
console.log("Using global.ethers");
const anyGlobal = window;
2019-11-24 13:13:37 +03:00
const ethers = anyGlobal._ethers;
export { ethers };
2020-07-13 15:03:56 +03:00
//# sourceMappingURL=browser-ethers.js.map