Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/neo4j_lite_client/core/internal/index.ts>util.isObject

Unofficial Neo4j Driver for Deno
Latest
function util.isObject
import { util } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/internal/index.ts";
const { isObject } = util;

Verify if it's an object

Parameters

obj: any

The subject

Returns

boolean

True if it's an object