UNPKG

interface-ipfs-core

Version:

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

8 lines 272 B
/** * @param {Factory} factory * @param {object} options */ export function testPublish(factory: Factory, options: object): void; export type Factory = import('ipfsd-ctl').Factory; export type IPFS = import('ipfs-core-types').IPFS; //# sourceMappingURL=publish.d.ts.map