UNPKG

interface-ipfs-core

Version:

A test suite and interface you can use to implement a IPFS core interface.

6 lines 222 B
/** * @param {string} path * @param {import('ipfs-core-types').IPFS} ipfs */ export default function dumpShard(path: string, ipfs: import('ipfs-core-types').IPFS): Promise<void>; //# sourceMappingURL=dump-shard.d.ts.map