Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
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.218.0/io/buf_reader.ts";

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean