import { type ChunkedLines } from "https://deno.land/x/proc@0.22.1/tools/deps/proc.ts";
Conditional type for Enumerable.chunkedLines.
definition: T extends Uint8Array ? Enumerable<string[]> : never
import { type ChunkedLines } from "https://deno.land/x/proc@0.22.1/tools/deps/proc.ts";
Conditional type for Enumerable.chunkedLines.