interface-ipfs-core
Version:
A test suite and interface you can use to implement a IPFS core interface.
10 lines • 299 B
TypeScript
/**
* @typedef {import('ipfsd-ctl').Factory} Factory
*/
/**
* @param {Factory} factory
* @param {object} options
*/
export function testDagSharnessT0053(factory: Factory, options: object): void;
export type Factory = import('ipfsd-ctl').Factory;
//# sourceMappingURL=sharness-t0053-dag.d.ts.map