Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/io/buffer.ts>ReadLineResult

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

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean