UNPKG

ipfs-core

Version:

JavaScript implementation of the IPFS specification

8 lines 549 B
/** * @param {object} config * @param {import('../../types').NetworkService} config.network */ export function createUnwant({ network }: { network: import('../../types').NetworkService; }): (cids: import("ipfs-http-client/dist/src").CID<unknown, number, number, import("multiformats/dist/types/src").Version> | import("ipfs-http-client/dist/src").CID<unknown, number, number, import("multiformats/dist/types/src").Version>[], options?: import("ipfs-core-types").AbortOptions | undefined) => Promise<void>; //# sourceMappingURL=unwant.d.ts.map