UNPKG

kubo-rpc-client

Version:
5 lines 335 B
import type { PubSubAPI } from './index.ts'; import type { SubscriptionTracker } from './subscription-tracker.ts'; import type { HTTPRPCClient } from '../lib/core.ts'; export declare function createUnsubscribe(client: HTTPRPCClient, subsTracker: SubscriptionTracker): PubSubAPI['unsubscribe']; //# sourceMappingURL=unsubscribe.d.ts.map