import { mergeRight } from "https://deno.land/x/rambda@9.4.1/mod.ts";
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.4.1/mod.ts";
It creates a copy of target
object with overwritten newProps
properties. Previously known as R.merge
but renamed after Ramda did the same.