docs: added root jsdocs

This commit is contained in:
Richard Moore 2022-11-30 15:43:23 -05:00
parent 22aed48ba4
commit ee847541be

@ -1,4 +1,9 @@
/**
* The Application Programming Interface (API) is the collection of
* functions, classes and types offered by the Ethers library.
*
* @_section: api:API Specification
*/
import * as ethers from "./ethers.js";
export { ethers };