Skip to main content
Module

x/proc/mod3.ts>ChunkedLines

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

Conditional type for Enumerable.chunkedLines.

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