Skip to main content
Module

x/proc/deps.ts>ReadLineResult

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Very Popular
Go to Latest
interface ReadLineResult
Re-export
import { type ReadLineResult } from "https://deno.land/x/proc@0.19.6/deps.ts";

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean