ethers.js/types/index.d.ts

11 lines
352 B
TypeScript
Raw Permalink Normal View History

2022-11-30 15:44: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:30:03 -05:00
* @_section: api:Application Programming Interface [about-api]
* @_navTitle: API
2022-11-30 15:44:23 -05:00
*/
2022-09-05 16:57:11 -04:00
import * as ethers from "./ethers.js";
export { ethers };
export * from "./ethers.js";
//# sourceMappingURL=index.d.ts.map