ethers.js/src.ts/index.ts

12 lines
283 B
TypeScript
Raw Normal View History

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