Skip to main content
Module

x/fae/zipWith.ts

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

Variables

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