UNPKG

sedk-neo4j

Version:

Cypher builder and validator for Neo4j

7 lines (6 loc) 192 B
import { IStatementGiver } from './IStatementGiver'; export declare class Label implements IStatementGiver { readonly name: string; constructor(name: string); getStmt(): string; }