import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/get.js";
Gets the value at path
of object
. If the resolved value is
undefined
, the defaultValue
is returned in its place.
import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/get.js";
Gets the value at path
of object
. If the resolved value is
undefined
, the defaultValue
is returned in its place.