Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Properties

optional
allowCR: boolean = false

Allow splitting by \r.