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) 223 B
export interface PrimitivePropsOptions { classToPlain: boolean; neo4jDateToDateTime: boolean; } export declare class ObjectUtils { static primitiveProps: (object: any, options?: PrimitivePropsOptions) => any; }