import { is_what } from "https://deno.land/x/libpkgx@v0.15.1/src/deps.ts";
const { isObject } = is_what;
Returns whether the payload is a plain JavaScript object (excluding special classes or objects with other prototypes)
Returns
payload is PlainObject