Skip to main content
Module

x/is_what/src/index.ts>isFullObject

JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
Go to Latest
function isFullObject
import { isFullObject } from "https://deno.land/x/is_what@v4.1.15/src/index.ts";

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

Parameters

payload: any