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