UNPKG

kubo-rpc-client

Version:
4 lines 200 B
import type { RepoAPI } from './index.ts'; import type { HTTPRPCClient } from '../lib/core.ts'; export declare function createGc(client: HTTPRPCClient): RepoAPI['gc']; //# sourceMappingURL=gc.d.ts.map