Skip to main content
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.221.0/io/buf_reader.ts";

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean