Skip to main content
Module

std/io/buffer.ts>ReadLineResult

Deno standard library
Go to Latest
interface ReadLineResult
import { type ReadLineResult } from "https://deno.land/std@0.145.0/io/buffer.ts";

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean