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

5 lines (4 loc) 155 B
import { QuerySpecification } from '../query'; export interface ResultMapper { mapQueryResults<T>(results: any[], spec: QuerySpecification<T>): T[]; }