Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deco/daemon/loggings/stream.ts>StdStreamable

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
interface StdStreamable
import { type StdStreamable } from "https://deno.land/x/deco@1.75.1/daemon/loggings/stream.ts";

Properties

stdout: ReadableStream<Uint8Array>
stderr: ReadableStream<Uint8Array>
status: Promise<unknown>