UNPKG

@neo4j/cypher-builder

Version:

A programmatic API for building Cypher queries for Neo4j

4 lines (3 loc) 216 B
import type { Expr } from "../types"; import type { CypherEnvironment } from "../Environment"; export declare function serializeMap(env: CypherEnvironment, map: Map<string, Expr>, omitCurlyBraces?: boolean): string;