ethers.js/packages/hardware-wallets/lib.esm/browser-ethers.js

11 lines
259 B
JavaScript
Raw Normal View History

2020-01-11 04:09:40 +03:00
"use strict";
let ethers = {};
const w = window;
if (w._ethers == null) {
console.log("WARNING: @ethersproject/hardware-wallet requires ethers loaded first");
}
else {
ethers = w._ethers;
}
export { ethers };
2020-07-13 15:03:56 +03:00
//# sourceMappingURL=browser-ethers.js.map