Skip to main content
Module

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

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

Verify if it's an object

Parameters

obj: any

The subject

Returns

boolean

True if it's an object