index.js 540 B

123456789101112131415
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.ethers = void 0;
  4. const tslib_1 = require("tslib");
  5. /**
  6. * The Application Programming Interface (API) is the collection of
  7. * functions, classes and types offered by the Ethers library.
  8. *
  9. * @_section: api:Application Programming Interface [about-api]
  10. * @_navTitle: API
  11. */
  12. const ethers = tslib_1.__importStar(require("./ethers.js"));
  13. exports.ethers = ethers;
  14. tslib_1.__exportStar(require("./ethers.js"), exports);
  15. //# sourceMappingURL=index.js.map