Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fae/zipObj.ts

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

Variables

Returns a new object out of given list of keys and values. The returned is truncated to the length of the shorter of the two.