UNPKG

ipfs-unixfs-importer

Version:

JavaScript implementation of the UnixFs importer used by IPFS

5 lines 215 B
export interface ChunkValidator { (source: AsyncIterable<Uint8Array>): AsyncIterable<Uint8Array>; } export declare const defaultChunkValidator: () => ChunkValidator; //# sourceMappingURL=validate-chunks.d.ts.map