function readLinesimport { readLines } from "https://deno.land/x/clippy@v0.2.0/deps.ts"; readLines(reader: Reader, decoderOpts?: { encoding?: string; fatal?: boolean; ignoreBOM?: boolean; }): AsyncIterableIterator<string>Read strings line-by-line from a Reader. Parametersreader: ReaderoptionaldecoderOpts: { encoding?: string; fatal?: boolean; ignoreBOM?: boolean; }ReturnsAsyncIterableIterator<string>