UNPKG

sedk-neo4j

Version:

Cypher builder and validator for Neo4j

7 lines (6 loc) 205 B
export declare abstract class BaseStep { protected readonly prevStep: BaseStep | null; protected constructor(prevStep: BaseStep | null); getCypher(): string; abstract toString(): string; }