Skip to main content
Module

x/value_schema/dist-deno/libs/types.ts>isObject

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, Deno, and Bun
Latest
function isObject
import { isObject } from "https://deno.land/x/value_schema@v4.0.0/dist-deno/libs/types.ts";

check whether given value is an object or not

Parameters

value: unknown

value to check

Returns

value is AnyObject

Yes/No