Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface TextLineStreamOptions
import { type TextLineStreamOptions } from "https://deno.land/std@0.223.0/streams/text_line_stream.ts";

Options for TextLineStream.

Properties

optional
allowCR: boolean = false

Allow splitting by \r.