import { isObject } from "https://deno.land/x/is_what@v4.1.15/dist/index.d.ts";
Returns whether the payload is a plain JavaScript object (excluding special classes or objects with other prototypes)
Returns
payload is PlainObject
import { isObject } from "https://deno.land/x/is_what@v4.1.15/dist/index.d.ts";
Returns whether the payload is a plain JavaScript object (excluding special classes or objects with other prototypes)