UNPKG

@neo4j/graphql

Version:

A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations

6 lines 294 B
/** * Returns true if all properties in obj1 exists in obj2, false otherwise. * Properties can only be primitives or Array<primitive> */ export declare function compareProperties(obj1: Record<string, any>, obj2: Record<string, any>): boolean; //# sourceMappingURL=compare-properties.d.ts.map