import { ChannelTransformer } from "https://deno.land/x/earthstar@v10.0.0-alpha.3/src/streams/stream_utils.ts";
Constructors
new
ChannelTransformer(channel: ChannelType, key: KeyType)Properties
private
channel: ChannelTypeprivate
channelKey: KeyTypeMethods
transform(chunk: ItemType, controller: TransformStreamDefaultController<ItemType>)