Skip to main content
Module

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

`import`… but with pkging powers
Very Popular
Latest
function is_what.isFullObject
import { is_what } from "https://deno.land/x/libpkgx@v0.19/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