index.ts 319 B

123456789101112
  1. /**
  2. * The Application Programming Interface (API) is the collection of
  3. * functions, classes and types offered by the Ethers library.
  4. *
  5. * @_section: api:Application Programming Interface [about-api]
  6. * @_navTitle: API
  7. */
  8. import * as ethers from "./ethers.js";
  9. export { ethers };
  10. export * from "./ethers.js";