Skip to main content
Module

x/scaffold/src/deps/npm.ts>isEmptyObject

scaffold your next project with style and 💗
Latest
function isEmptyObject
import { isEmptyObject } from "https://deno.land/x/scaffold@0.3.0/src/deps/npm.ts";

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