UNPKG

@neo4j/cypher-builder

Version:

A programmatic API for building Cypher queries for Neo4j

3 lines (2 loc) 162 B
/** Generates a string with all the labels. For example `:Movie&Film` */ export declare function addLabelToken(andToken: ":" | "&", ...labels: string[]): string;