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#entries

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

Iterate over results. Each iteration will yield an array of exactly two items - the key, and the value (in order).

Returns

IterableIterator<[string, any]>