Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function util.assertObject
import { util } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/internal/index.ts";
const { assertObject } = util;

Assert it's a object

Parameters

obj: any

The subject

objName: string

The object name

Returns

Object

The subject object