UNPKG

@neo4j/cypher-builder

Version:

A programmatic API for building Cypher queries for Neo4j

3 lines (2 loc) 137 B
import type { CypherCompilable } from "../types"; export declare function isCypherCompilable(value: unknown): value is CypherCompilable;