ethers.js/packages/tests/lib/browser-ethers.js

5 lines
102 B
JavaScript
Raw Normal View History

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