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