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
|
|
|
*/
|
2022-09-05 23:57:11 +03:00
|
|
|
import * as ethers from "./ethers.js";
|
|
|
|
export { ethers };
|
|
|
|
export * from "./ethers.js";
|
|
|
|
//# sourceMappingURL=index.js.map
|