import { type Channel } from "https://deno.land/x/rimbu@1.1.0/channel/custom/index.ts";
const { MessageType } = Channel;
Utility type to extract the message type from a Channel.
import { type Channel } from "https://deno.land/x/rimbu@1.1.0/channel/custom/index.ts";
const { MessageType } = Channel;
Utility type to extract the message type from a Channel.