function readLinesimport { readLines } from "https://dotland.deno.dev/std@0.119.0/io/mod.ts"; readLines(reader: Reader, decoderOpts?: { encoding?: string; fatal?: boolean; ignoreBOM?: boolean; }): AsyncIterableIterator<string>Read strings line-by-line from a Reader. Read strings line-by-line from a Reader. Parametersreader: ReaderoptionaldecoderOpts: { encoding?: string; fatal?: boolean; ignoreBOM?: boolean; }ReturnsAsyncIterableIterator<string>