UNPKG

interface-ipfs-core

Version:

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

11 lines 285 B
/** * @param {*} tests * @param {*} [parent] */ export function createSuite(tests: any, parent?: any): any; export type Factory = import('ipfsd-ctl').Factory; export type Skip = { name?: string | undefined; reason?: string | undefined; }; //# sourceMappingURL=suite.d.ts.map