Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EventDecoderStream

import { EventDecoderStream } from "https://gist.githubusercontent.com/MindfulMinun/80ac136be45a5eb0fd2d0793da27ebb9/raw/sugarrush.ts";
class EventDecoderStream extends TransformStream<string, Event> {
constructor();
}

§Extends

§
TransformStream<string, Event>
[src]

§Constructors

§
new EventDecoderStream()
[src]