UNPKG

kubo-rpc-client

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