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

8 lines (7 loc) 320 B
import { ResultMapper } from './ResultMapper'; import { QuerySpecification } from '../query/QuerySpecification'; export declare class AgensResultMapper implements ResultMapper { private readonly graphMapper; private readonly rowMapper; mapQueryResults<T>(results: any[], spec: QuerySpecification<T>): T[]; }