Skip to main content
Module

x/lume/core/utils.ts>isPlainObject

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

Check if the argument passed is a plain object

Parameters

obj: unknown

Returns

obj is Record<string, unknown>