UNPKG

@neo4j/cypher-builder

Version:

A programmatic API for building Cypher queries for Neo4j

5 lines (4 loc) 333 B
import type { CypherEnvironment } from "../Environment"; import { LabelExpr } from "../expressions/labels/label-expressions"; export declare function labelsToString(labels: string | string[] | LabelExpr, env: CypherEnvironment): string; export declare function typeToString(type: string | LabelExpr, env: CypherEnvironment): string;