Skip to main content
Module

x/fae/fromPairs.ts

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

Functions

Creates a new object from a list key-value pairs. If a key appears in multiple pairs, the rightmost pair is included in the object.