Skip to main content
Module

x/rambda/mod.ts>merge

Faster and smaller alternative to Ramda
Go to Latest
function merge
import { merge } from "https://deno.land/x/rambda@v9.1.0/mod.ts";

Same as R.mergeRight.

Parameters

target: A
newProps: B

Parameters

target: any

Returns

(newProps: any) => Output