import { is_what } from "https://deno.land/x/libpkgx@v0.15.2/src/deps.ts";
const { isAnyObject } = is_what;
Returns whether the payload is an any kind of object (including special classes or objects with different prototypes)
Returns
payload is PlainObject