UNPKG

ipfs-unixfs-importer

Version:

JavaScript implementation of the UnixFs importer used by IPFS

6 lines 227 B
import type { FileLayout } from './index.js'; export interface BalancedOptions { maxChildrenPerNode?: number; } export declare function balanced(options?: BalancedOptions): FileLayout; //# sourceMappingURL=balanced.d.ts.map