Skip to main content
Module

std/io/mod.ts>ReadLineResult

The Deno Standard Library
Latest
interface ReadLineResult
Deprecated
Deprecated

This will be removed in 1.0.0. Use the Web Streams API instead.

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

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean