ethers.js/packages/tests/lib.esm/browser-ethers.js
2019-11-24 19:13:37 +09:00

6 lines
129 B
JavaScript

'use strict';
console.log("Using global.ethers");
const anyGlobal = window;
const ethers = anyGlobal._ethers;
export { ethers };