Go to Latest
interface TextLineStreamOptions
import { type TextLineStreamOptions } from "https://dotland.deno.dev/std@0.221.0/streams/mod.ts";

Options for TextLineStream.

Properties

optional
allowCR: boolean = false

Allow splitting by \r.