Skip to main content
Module

x/proc/mod3.ts>Lines

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

Conditional type for Enumerable.lines.

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