Skip to main content
Module

x/froebel/zip.ts>Zip

A strictly typed utility library.
Go to Latest
type alias Zip
import { type Zip } from "https://deno.land/x/froebel@v0.22.0/zip.ts";

Type Parameters

T extends unknown[][]
definition: [I in keyof T]: T[I] extends (infer U)[] ? U : never[]