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

7 lines
194 B
JavaScript
Raw Permalink Normal View History

2019-05-14 18:48:48 -04:00
'use strict';
Object.defineProperty(exports, "__esModule", { value: true });
2019-05-14 18:48:48 -04:00
console.log("Using global.ethers");
var anyGlobal = window;
2019-11-24 19:13:37 +09:00
var ethers = anyGlobal._ethers;
exports.ethers = ethers;