Skip to main content
Module

x/is_what/dist/index.js>isPlainObject

JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
Latest
function isPlainObject
import { isPlainObject } from "https://deno.land/x/is_what@v5.0.2/dist/index.js";

Returns whether the payload is a plain JavaScript object (excluding special classes or objects with other prototypes)

Parameters

payload