UNPKG

ipfs-unixfs-importer

Version:

JavaScript implementation of the UnixFs importer used by IPFS

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