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

10 lines
141 B
TypeScript

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