Skip to main content
Latest
interface TextLineStreamOptions
import { type TextLineStreamOptions } from "https://deno.land/std@0.224.0/streams/mod.ts";

Options for TextLineStream.

Properties

optional
allowCR: boolean = false

Allow splitting by \r.