Skip to main content
Module

std/node/util.ts>isObject

Deno standard library
Go to Latest
function isObject
Deprecated
Deprecated
  • use value !== null && typeof value === "object" instead.
import { isObject } from "https://deno.land/std@0.166.0/node/util.ts";

Parameters

value: unknown

Returns

boolean