interface TextLineStreamOptionsimport { type TextLineStreamOptions } from "https://deno.land/std@0.220.0/streams/mod.ts"; Options for TextLineStream. PropertiesoptionalallowCR: boolean = falseAllow splitting by \r.