Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/neo4j_lite_client/core/index.ts>Record#has

Unofficial Neo4j Driver for Deno
Latest
method Record.prototype.has
Re-export
import { Record } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/index.ts";

Check if a value from this record, either by index or by field key, exists.

Parameters

key: Key | string | number

Field key, or the index of the field.

Returns

boolean