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

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

Run the given function for each field in this record. The function will get three arguments - the value, the key and this record, in that order.

Parameters

visitor: MapVisitor<Value, Entries, Key>

the function to apply on each field and return a value that is saved to the returned Array.