function io.readStringDelimimport { io } from "https://deno.land/x/s3si@v0.1.8/deps.ts"; const { readStringDelim } = io; readStringDelim(reader: Reader,delim: string,decoderOpts?: { encoding?: string; fatal?: boolean; ignoreBOM?: boolean; },): AsyncIterableIterator<string>Read delimited strings from a Reader. Parametersreader: Readerdelim: stringoptionaldecoderOpts: { encoding?: string; fatal?: boolean; ignoreBOM?: boolean; }ReturnsAsyncIterableIterator<string>