Skip to main content
Go to Latest
interface ReadLineResult
import { type ReadLineResult } from "https://deno.land/x/openbox@1.0.3/deps.ts";

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean