Skip to main content
Module

x/proc/mod3.ts>ChunkedLines

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

Conditional type for Enumerable.chunkedLines.

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