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

Stream

import type { Stream } from "https://do37oucefcfpq6lixc654edkj6bll7h43owatu2bwptmeyaxidva.arweave.net/G7f3UEQoivh5aLi93hBqT4K1_PzbrAnTQbPmwmAXQOo/src/mod.ts";
interface Stream {
state: State;
streamId: string;
}

§Properties

§
streamId: string
[src]