ipfs-http-client
Version:
A client library for the IPFS HTTP API
8 lines • 628 B
TypeScript
/**
* @typedef {import('./types').HTTPClientExtraOptions} HTTPClientExtraOptions
* @typedef {import('ipfs-core-types/src/root').API<HTTPClientExtraOptions>} RootAPI
*/
export const createCat: import("./lib/configure.js").Factory<(path: import("ipfs-core-types/src/utils").IPFSPath, options?: (import("ipfs-core-types/src/root").CatOptions & import("./types").HTTPClientExtraOptions) | undefined) => AsyncIterable<Uint8Array>>;
export type HTTPClientExtraOptions = import('./types').HTTPClientExtraOptions;
export type RootAPI = import('ipfs-core-types/src/root').API<HTTPClientExtraOptions>;
//# sourceMappingURL=cat.d.ts.map