Skip to main content
Module

x/ramda/mod.ts>mergeAll

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

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.