Skip to main content
Module

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

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

Returns whether the payload is an any kind of object (including special classes or objects with different prototypes)

Parameters

payload