ethers.js/packages/tests/src.ts/browser-ethers.ts
2019-11-23 21:15:06 +09:00

10 lines
140 B
TypeScript

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