Skip to main content
Module

x/ramda/source/index.js>fromPairs

:ram: Practical functional Javascript
Latest
variable fromPairs
import { fromPairs } from "https://deno.land/x/ramda@v0.27.2/source/index.js";

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.