Skip to main content
Module

x/rambda/files/index.d.ts>zipWith

Faster and smaller alternative to Ramda
Go to Latest
function zipWith
import { zipWith } from "https://deno.land/x/rambda@v7.0.1/files/index.d.ts";

Parameters

fn: (x: T, y: U) => TResult
list1: T[]
list2: U[]

Parameters

fn: (x: T, y: U) => TResult
list1: T[]

Returns

(list2: U[]) => TResult[]

Parameters

fn: (x: T, y: U) => TResult

Returns

(list1: T[], list2: U[]) => TResult[]