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

6 lines (5 loc) 238 B
import { ResultMapper } from './ResultMapper'; import { QuerySpecification } from '../query'; export declare class AgensRowResultMapper implements ResultMapper { mapQueryResults<T>(results: any[], spec: QuerySpecification<T>): T[]; }