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

6 lines
128 B
JavaScript

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