import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/cloneWith.js";
This method is like _.clone
except that it accepts customizer
which
is invoked to produce the cloned value. If customizer
returns undefined
,
cloning is handled by the method instead. The customizer
is invoked with
up to four arguments; (value [, index|key, object, stack]).