Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
variable zip
Re-export
import { zip } from "https://deno.land/x/gamla@91.0.0/src/index.ts";

type

<Types extends any[]>(args: [K in keyof Types]: Types[K][]) => ([K in keyof Types]: Types[K])[]