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

7 lines
111 B
TypeScript
Raw Normal View History

2019-05-15 01:25:46 +03:00
'use strict';
console.log("Using global.ethers");
module.exports = (<any>global).ethers;
console.log("FOO");