interface-ipfs-core
Version:
A test suite and interface you can use to implement a IPFS core interface.
11 lines • 296 B
TypeScript
/**
* @param {*} obj
*/
export function expectIsPingResponse(obj: any): void;
/**
* Determine if a ping response object is a pong, or something else, like a status message
*
* @param {*} pingResponse
*/
export function isPong(pingResponse: any): boolean;
//# sourceMappingURL=utils.d.ts.map