import { type Run } from "https://deno.land/x/proc@0.20.31/src/enumerable.ts";
Conditional type for Enumerable.run.
definition: T extends ? ProcessEnumerable<S> : never
| Uint8Array
| Uint8Array[]
| string
| string[]
import { type Run } from "https://deno.land/x/proc@0.20.31/src/enumerable.ts";
Conditional type for Enumerable.run.