Skip to main content
Module

x/ramda/source/mergeAll.js>default

:ram: Practical functional Javascript
Latest
variable default
import { default } from "https://deno.land/x/ramda@v0.27.2/source/mergeAll.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.