Skip to main content
Module

x/rambda/files/index.d.ts>mergeWith

Faster and smaller alternative to Ramda
Go to Latest
function mergeWith
import { mergeWith } from "https://deno.land/x/rambda@v9.1.1/files/index.d.ts";

Parameters

fn: (x: any, z: any) => any
a: Record<string, unknown>
b: Record<string, unknown>

Returns

Record<string, unknown>

Parameters

fn: (x: any, z: any) => any
a: Record<string, unknown>
b: Record<string, unknown>

Parameters

fn: (x: any, z: any) => any
a: Record<string, unknown>

Returns

(b: Record<string, unknown>) => Record<string, unknown>

Parameters

fn: (x: any, z: any) => any
a: Record<string, unknown>

Returns

(b: Record<string, unknown>) => Output

Parameters

fn: (x: any, z: any) => any

Returns

<U, V>(a: U, b: V) => Record<string, unknown>

Parameters

fn: (x: any, z: any) => any

Returns

<U, V>(a: U, b: V) => Output