Skip to main content
Go to Latest
interface ReadLineResult
Deprecated
Deprecated

(will be removed after 1.0.0) Use Web Streams instead.

import { type ReadLineResult } from "https://deno.land/x/openbox@1.1.5/deps.ts";

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean