UNPKG

@neo4j/cypher-builder

Version:

A programmatic API for building Cypher queries for Neo4j

3 lines (2 loc) 174 B
/** Adds spaces to the left of the string, returns empty string if variable is undefined or empty string */ export declare function padLeft(str: string | undefined): string;