Module

x/proc/tests/deps/streams.ts>TextLineStreamOptions

A better way to work with processes in Deno.
Latest
interface TextLineStreamOptions
import { type TextLineStreamOptions } from "https://dotland.deno.dev/x/proc@0.21.9/tests/deps/streams.ts";

Options for TextLineStream.

Properties

optional
allowCR: boolean = false

Allow splitting by \r.