UNPKG

cypher-engine

Version:

Cypher Engine to generate Cypher queries

10 lines (8 loc) 225 B
import { CypherEngine } from '../engine/CypherEngine'; /** * Exposes a delegate to call a CypherFunction * * @export * @interface ICypherFunction */ export type ICypherFunction = (engine: CypherEngine) => CypherEngine;