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

x/proc/src/api2/proc-readable-stream.ts

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Very Popular
Go to Latest
import * as proc from "https://deno.land/x/proc@0.20.7/src/api2/proc-readable-stream.ts";

Functions

Convert text data into UTF8-encoded bytes.

Run a process.

Convert UTF8-encoded input to text lines.

Run a process.

Convert UTF8-encoded input to text chunks.

Convert a ReadableStream into a ProcReadableStream as needed, avoiding redundant wrappers.

Interfaces

Command options.

Type Aliases

The type signature for a command.