UNPKG

interface-ipfs-core

Version:

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

6 lines 156 B
/** * @param {*} fn * @returns {Promise<void>} */ export default function testTimeout(fn: any): Promise<void>; //# sourceMappingURL=test-timeout.d.ts.map