Skip to main content
Module

std/io/mod.ts>ReadLineResult

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

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean