Skip to main content
Module

x/ramda/mod.ts>fromPairs

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

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.