Skip to main content
Module

x/libpkgx/src/deps.ts>is_what.isEmptyObject

bringing the entire open source ecosystem to your node and deno apps
Very Popular
Go to Latest
function is_what.isEmptyObject
import { is_what } from "https://deno.land/x/libpkgx@v0.16/src/deps.ts";
const { isEmptyObject } = is_what;

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

Parameters

payload: any

Returns

payload is [K in any]: never