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

x/neo4j_lite_client/core/result.ts>default#keys

Unofficial Neo4j Driver for Deno
Latest
method default.prototype.keys
import { default } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/result.ts";

Returns a promise for the field keys.

Should not be combined with Result#subscribe function.

Returns

Promise<string[]>
  • Field keys, in the order they will appear in records. }