UNPKG

kubo-rpc-client

Version:
4 lines 217 B
import type { KuboRPCClient } from './index.js'; import type { HTTPRPCClient } from './lib/core.js'; export declare function createPing(client: HTTPRPCClient): KuboRPCClient['ping']; //# sourceMappingURL=ping.d.ts.map