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