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

std/io/mod.ts>ReadLineResult

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface ReadLineResult
Deprecated
Deprecated

(will be removed after 1.0.0) Use the Web Streams API instead.

import { type ReadLineResult } from "https://deno.land/std@0.215.0/io/mod.ts";

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean