Skip to main content
Module

x/ramda/source/fromPairs.js

:ram: Practical functional Javascript
Latest
import * as mod from "https://deno.land/x/ramda@v0.27.2/source/fromPairs.js";

Variables

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.