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

x/is_what/dist/isEmptyObject.d.ts>isEmptyObject

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

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

Parameters

payload: unknown

Returns

payload is [K in string | symbol | number]: never