Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/s3si/deps.ts>io.ReadLineResult

Export your battles from SplatNet to stat.ink
Go to Latest
interface io.ReadLineResult
import { type io } from "https://deno.land/x/s3si@v0.1.8/deps.ts";
const { ReadLineResult } = io;

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean