import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/isPlainObject.js";
Checks if value
is a plain object, that is, an object created by the
Object
constructor or one with a [[Prototype]]
of null
.
import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/isPlainObject.js";
Checks if value
is a plain object, that is, an object created by the
Object
constructor or one with a [[Prototype]]
of null
.