2
0
mirror of synced 2025-02-25 12:35:17 +00:00
ethers.js/packages/tests/lib/browser-ethers.js

5 lines
102 B
JavaScript
Raw Normal View History

2019-05-14 18:48:48 -04:00
'use strict';
console.log("Using global.ethers");
module.exports = global.ethers;
console.log("FOO");