UNPKG

interface-ipfs-core

Version:

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

11 lines 338 B
/** * @typedef {import('ipfsd-ctl').Factory} Factory */ /** * @param {Factory} factory * @param {object} options */ export function testGet(factory: Factory, options: object): void; export type Factory = import('ipfsd-ctl').Factory; export type Source = import('it-stream-types').Source<Uint8Array>; //# sourceMappingURL=get.d.ts.map