ethers.js/lib.commonjs/index.js

15 lines
540 B
JavaScript
Raw Normal View History

2022-09-05 23:57:11 +03:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ethers = void 0;
2023-04-25 14:04:48 +03:00
const tslib_1 = require("tslib");
2022-11-30 23:44:23 +03:00
/**
* The Application Programming Interface (API) is the collection of
* functions, classes and types offered by the Ethers library.
*
2022-12-30 19:30:03 +03:00
* @_section: api:Application Programming Interface [about-api]
* @_navTitle: API
2022-11-30 23:44:23 +03:00
*/
2023-04-25 14:04:48 +03:00
const ethers = tslib_1.__importStar(require("./ethers.js"));
2022-09-05 23:57:11 +03:00
exports.ethers = ethers;
2023-04-25 14:04:48 +03:00
tslib_1.__exportStar(require("./ethers.js"), exports);
2022-09-05 23:57:11 +03:00
//# sourceMappingURL=index.js.map