2
0
mirror of synced 2025-02-24 20:18:07 +00:00
ethers.js/packages/tests/lib.esm/browser-ethers.js

6 lines
129 B
JavaScript
Raw Normal View History

2019-05-14 18:48:48 -04:00
'use strict';
console.log("Using global.ethers");
const anyGlobal = window;
2019-11-24 19:13:37 +09:00
const ethers = anyGlobal._ethers;
export { ethers };