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