UNPKG

@fragment-dev/node-client

Version:

[Fragment](https://fragment.dev) is the Ledger API for engineers that move money. Stop wrangling payment tables, debugging balance errors and hacking together data pipelines. Start shipping the features that make a difference.

6 lines 290 B
export * from "./errors.js"; export { createFragmentClient, type FragmentClient } from "./client.js"; export type { RetryConfig } from "./retryConfig.js"; export { gql } from "graphql-tag"; export { GraphQLClient, RequestOptions } from "graphql-request"; //# sourceMappingURL=index.d.ts.map