UNPKG

@neo4j/cypher-builder

Version:

A programmatic API for building Cypher queries for Neo4j

7 lines (6 loc) 214 B
import type { CypherEnvironment } from "../../Environment"; import { SetClause } from "./Set"; export declare class OnMatch extends SetClause { /** @internal */ getCypher(env: CypherEnvironment): string; }