Skip to main content
Module

x/lodash_es/mod.ts>zip

lodash for deno use
Latest
variable zip
import { zip } from "https://deno.land/x/lodash_es@v0.0.2/mod.ts";

Creates an array of grouped elements, the first of which contains the first elements of the given arrays, the second of which contains the second elements of the given arrays, and so on.