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

10 lines
141 B
TypeScript
Raw Permalink Normal View History

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