Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/froebel/zip.ts>Zip

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

Type Parameters

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