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

Options for TextLineStream.

Properties

optional
allowCR: boolean = false

Allow splitting by \r.