import { type CrossChannel } from "https://deno.land/x/rimbu@1.2.0/channel/main/index.ts";
const { Config } = CrossChannel;
Configuration options for creating a CrossChannel
Properties
optional
write: Channel.ConfigThe write channel configuration.
optional
read: Channel.ConfigThe read channel configuration.