import { toPlainObject } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/lang.js";
Converts value
to a plain object flattening inherited enumerable string
keyed properties of value
to own properties of the plain object.
import { toPlainObject } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/lang.js";
Converts value
to a plain object flattening inherited enumerable string
keyed properties of value
to own properties of the plain object.