Skip to main content
Module

x/ramda/mod.ts>mergeRight

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

Create a new object with the own properties of the first object merged with the own properties of the second object. If a key exists in both objects, the value from the second object will be used.