UNPKG

@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

7 lines (6 loc) 243 B
import { GraphResultMapper } from './GraphResultMapper'; export declare class AgensGraphResultMapper extends GraphResultMapper { keys(record: any): string[]; itemAtIndex(record: any, index: number): any; toNative(val: any): any; }