UNPKG

@mojojs/sql

Version:
9 lines (8 loc) 295 B
/** * Escape identifier (only the PostgreSQL format is currently supported). */ export declare function escapeIdentifier(identifier: string): string; /** * Escape literal (only the PostgreSQL format is currently supported). */ export declare function escapeLiteral(literal: string): string;