Skip to main content
Module

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

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

Returns whether the payload is an any kind of object (including special classes or objects with different prototypes)

Parameters

payload: any