Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

updateWith

import { updateWith } from "https://cdn.skypack.dev/lodash-es";
function updateWith(
object2,
path,
updater,
customizer,
);
§
updateWith(object2, path, updater, customizer)
[src]

§Parameters

§
object2
[src]
§
updater
[src]
§
customizer
[src]