ethers.js/packages/tests/src.ts/browser-ethers.ts

10 lines
140 B
TypeScript
Raw Normal View History

2019-05-15 01:25:46 +03:00
'use strict';
console.log("Using global.ethers");
2019-11-23 15:15:06 +03:00
const anyGlobal = (window as any);
const ethers = anyGlobal.ethers;
export { ethers }