Skip to main content
Module

x/proc/mod.ts>Lines

A better way to work with processes in Deno.
Go to Latest
type alias Lines
import { type Lines } from "https://deno.land/x/proc@0.21.1/mod.ts";

Conditional type for Enumerable.lines.

definition: T extends Uint8Array ? Enumerable<string> : never