Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/s3si/deps.ts>io.readLines

Export your battles from SplatNet to https://stat.ink
Go to Latest
function io.readLines
import { io } from "https://deno.land/x/s3si@ci/deps.ts";
const { readLines } = io;

Read strings line-by-line from a Reader.

Parameters

reader: Reader
optional
decoderOpts: { encoding?: string; fatal?: boolean; ignoreBOM?: boolean; }

Returns

AsyncIterableIterator<string>