UNPKG

@timescaledb/utils

Version:

This package contains utilities like formatting and escaping sql strings plus other helper functions.

5 lines (4 loc) 274 B
export declare function checkForControlChars(str: string): void; export declare function validateIdentifier(str: string, isTableName?: boolean): void; export declare function escapeIdentifier(str: string): string; export declare function escapeLiteral(str: string): string;