UNPKG

@helia/verified-fetch

Version:

A fetch-like API for obtaining verified & trustless IPFS content on the web

4 lines 284 B
import type { AbortOptions } from '@libp2p/interface'; import type { Blockstore } from 'interface-blockstore'; export declare function tarStream(ipfsPath: string, blockstore: Blockstore, options?: AbortOptions): AsyncGenerator<Uint8Array>; //# sourceMappingURL=get-tar-stream.d.ts.map