Module

x/proc/legacy/deps.ts>ReadLineResult

A better way to work with processes in Deno.
Very Popular
Latest
interface ReadLineResult
Deprecated
Deprecated

(will be removed after 1.0.0) Use the [Web Streams API]https://developer.mozilla.org/en-US/docs/Web/API/Streams_API instead.

import { type ReadLineResult } from "https://dotland.deno.dev/x/proc@0.21.9/legacy/deps.ts";

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean