Skip to main content
Module

x/ramda/source/mergeAll.js

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

Variables

Creates one new object with the own properties from a list of objects. If a key exists in more than one object, the value from the last object it exists in will be used.