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.212.0/streams/mod.ts";

Options for TextLineStream.

Properties

optional
allowCR: boolean = false

Allow splitting by \r.