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

std/io/buffer.ts>ReadLineResult

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface ReadLineResult
import { type ReadLineResult } from "https://deno.land/std@0.140.0/io/buffer.ts";

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean