UNPKG

@lodestar/api

Version:

A Typescript REST client for the Ethereum Consensus API

8 lines 337 B
import type { Endpoints } from "./routes/index.js"; import * as routes from "./routes/index.js"; export { routes }; export { getClient, type ApiClient } from "./client/index.js"; export type { Endpoints }; export type ApiNamespace = keyof Endpoints; export declare const allNamespaces: ApiNamespace[]; //# sourceMappingURL=index.d.ts.map