ethers.js/src.ts/index.ts

13 lines
319 B
TypeScript
Raw Permalink Normal View History

2022-11-30 15:43:23 -05:00
/**
* The Application Programming Interface (API) is the collection of
* functions, classes and types offered by the Ethers library.
*
2022-12-30 11:28:26 -05:00
* @_section: api:Application Programming Interface [about-api]
2022-12-12 02:47:12 -05:00
* @_navTitle: API
2022-11-30 15:43:23 -05:00
*/
2022-09-05 16:14:43 -04:00
import * as ethers from "./ethers.js";
export { ethers };
export * from "./ethers.js";