Skip to main content
Module

x/lodash_es/mod.ts>extendWith

lodash for deno use
Latest
variable extendWith
import { extendWith } from "https://deno.land/x/lodash_es@v0.0.2/mod.ts";

This method is like _.assignIn except that it accepts customizer which is invoked to produce the assigned values. If customizer returns undefined, assignment is handled by the method instead. The customizer is invoked with five arguments: (objValue, srcValue, key, object, source).

Note: This method mutates object.