UNPKG

ipfs-http-client

Version:
8 lines 723 B
/** * @typedef {import('../types').HTTPClientExtraOptions} HTTPClientExtraOptions * @typedef {import('ipfs-core-types/src/pin').API<HTTPClientExtraOptions>} PinAPI */ export const createRmAll: import("../lib/configure.js").Factory<(source: import("ipfs-core-types").AwaitIterable<import("ipfs-core-types/src/pin").RmAllInput>, options?: (import("ipfs-core-types").AbortOptions & import("../types").HTTPClientExtraOptions) | undefined) => AsyncIterable<CID<unknown, number, number, import("multiformats/cid").Version>>>; export type HTTPClientExtraOptions = import('../types').HTTPClientExtraOptions; export type PinAPI = import('ipfs-core-types/src/pin').API<HTTPClientExtraOptions>; //# sourceMappingURL=rm-all.d.ts.map