Skip to main content
The Deno 2 Release Candidate is here
Learn more
Extremely Popular
Go to Latest
interface ReadLineResult
import { type ReadLineResult } from "https://deno.land/x/dejs@0.4.0/vendor/https/deno.land/std/io/bufio.ts";

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean