import { type RemoteChannelClient } from "https://deno.land/x/rimbu@1.2.1/channel/custom/remote-channel-client/remote-channel-client.ts";
const { Constructors } = RemoteChannelClient;
Defines the static RemoteChannelClient
API.
Methods
create(config: RemoteChannelClient.Config): Promise<RemoteChannelClient>
Creates a new RemoteChannelClient instance with the given configuration.