UNPKG

kubo-rpc-client

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