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

x/s3si/deps.ts>io.ReadLineResult

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

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean