Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/typebox/src/value/guard.ts>IsPlainObject

Json Schema Type Builder with Static Type Resolution for TypeScript
Go to Latest
function IsPlainObject
import { IsPlainObject } from "https://deno.land/x/typebox@0.31.20/src/value/guard.ts";

Returns true if this object is not an instance of any other type

Parameters

value: unknown