Skip to main content
Module

x/fae/zip.ts

A functional module for Deno inspired from Ramda.
Latest
import * as fae from "https://deno.land/x/fae@v1.1.1/zip.ts";

Variables

Creates a new list out of two passed lists list1, list2 by pairing up equally-positioned pair in both the lists. The returned is truncated to the length of the shorter of the two input lists.