Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/classnames/utils/isPlainObject.ts>default

classnames utility for deno
Latest
function default
import { default } from "https://deno.land/x/classnames@0.1.1/utils/isPlainObject.ts";

Parameters

obj: any

The object to inspect.

Returns

boolean

True if the argument appears to be a plain object.