Skip to main content
Module

x/proc/mod.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.8/mod.ts";

Conditional type for Enumerable.chunkedLines.

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