UNPKG

@types/sqlstring

Version:
5 lines (4 loc) 344 B
export function escapeId(value: any, forbidQualified?: boolean): string; export function escape(value: any, stringifyObjects?: boolean, timeZone?: string): string; export function format(sql: string, args?: object | any[], stringifyObjects?: boolean, timeZone?: string): string; export function raw(sql: string): { toSqlString: () => string };