UNPKG

cypher-engine

Version:

Cypher Engine to generate Cypher queries

6 lines (5 loc) 128 B
export declare class Cypher { cypher: string; seperator: string; constructor(cypher: string, seperator?: string); }