Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

`import`… but with pkging powers
Very Popular
Go to Latest
function is_what.isFullObject
import { is_what } from "https://deno.land/x/libpkgx@v0.18.1/src/deps.ts";
const { isFullObject } = is_what;

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

Parameters

payload: any