@liberation-data/drivine
Version:
Best and fastest graph database client for TypeScript / Node.js. Provides a level of abstraction for building highly scalable applications, without compromising architectural integrity
11 lines (10 loc) • 337 B
TypeScript
import { GraphResultMapper } from './GraphResultMapper';
export declare class Neo4jResultMapper extends GraphResultMapper {
keys(record: any): string[];
itemAtIndex(record: any, index: number): any;
toNative(val: any): any;
private recordToNative;
private isRecord;
private mapObj;
private toNumberOrThrow;
}