import * as mod from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/isObjectLike.js"; FunctionsfdefaultChecks if value is object-like. A value is object-like if it's not null and has a typeof result of "object".