Skip to main content
Module

x/ramda/source/index.js>mergeAll

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

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.