Skip to main content
Module

x/lume/core/utils/object.ts>isPlainObject

🔥 Static site generator for Deno 🦕
Extremely Popular
Go to Latest
function isPlainObject
import { isPlainObject } from "https://deno.land/x/lume@v2.1.0/core/utils/object.ts";

Check if the argument passed is a plain object

Parameters

obj: unknown

Returns

obj is Record<string, unknown>