UNPKG

ipfs-unixfs-importer

Version:

JavaScript implementation of the UnixFs importer used by IPFS

4 lines 285 B
import DirSharded, { type DirShardedOptions } from './dir-sharded.js'; import type { Dir } from './dir.js'; export declare function flatToShard(child: Dir | null, dir: Dir, threshold: number, options: DirShardedOptions): Promise<DirSharded>; //# sourceMappingURL=flat-to-shard.d.ts.map