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

x/deno/std/io/bufio.ts>ReadLineResult

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface ReadLineResult
import { type ReadLineResult } from "https://deno.land/x/deno@v0.22.0/std/io/bufio.ts";

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean