Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/is_what/dist/index.d.ts>isObject

JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
Go to Latest
function isObject
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)

Parameters

payload: any