Module

x/proc/mod.ts>Unzip

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

Conditional type for {@link Enumerable.unzip}.

definition: T extends [infer A, infer B] ? [Enumerable<A>, Enumerable<B>] : never