UNPKG

sedk-neo4j

Version:

Cypher builder and validator for Neo4j

10 lines (9 loc) 299 B
import { IStatementGiver } from './IStatementGiver'; export declare class Asterisk implements IStatementGiver { private static instance; private readonly unique; private constructor(); static getInstance(): Asterisk; getStmt(): string; } export declare const ASTERISK: Asterisk;