import { mergeRight } from "https://deno.land/x/rambda@9.3.0/rambda.js";
It creates a copy of target
object with overwritten newProps
properties. Previously known as R.merge
but renamed after Ramda did the same.
import { mergeRight } from "https://deno.land/x/rambda@9.3.0/rambda.js";
It creates a copy of target
object with overwritten newProps
properties. Previously known as R.merge
but renamed after Ramda did the same.