6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
'use strict';
|
|
console.log("Using global.ethers");
|
|
const anyGlobal = window;
|
|
const ethers = anyGlobal._ethers;
|
|
export { ethers };
|