ethers.js/types/index.d.ts

10 lines
316 B
TypeScript
Raw Normal View History

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-10 02:24:58 +03:00
* @_section: api:API Specification [about-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.d.ts.map