interface TextLineStreamOptionsimport { type TextLineStreamOptions } from "https://deno.land/std@0.208.0/streams/text_line_stream.ts"; PropertiesoptionalallowCR: boolean = falseAllow splitting by \r.