ethers.js/packages/web/lib/index.d.ts
2022-04-11 17:14:19 -04:00

5 lines
289 B
TypeScript

export { fetchData } from "./fetch-data.js";
export { FetchRequest } from "./request.js";
export { FetchResponse } from "./response.js";
export type { ConnectionInfo, PreflightRequestFunc, ProcessResponseFunc, ThrottleRetryFunc } from "./fetch-data.js";
//# sourceMappingURL=index.d.ts.map