UNPKG

@neo4j/cypher-builder

Version:

A programmatic API for building Cypher queries for Neo4j

3 lines (2 loc) 97 B
/** Check if something is a number */ export declare function isNumber(n: unknown): n is number;