Your IP : 216.73.216.52


Current Path : /var/www/recommendations/www/node_modules/sequelize/types/
Upload File :
Current File : //var/www/recommendations/www/node_modules/sequelize/types/sql-string.d.ts

export type Escapable = undefined | null | boolean | number | string | Date;
export function escapeId(val: string, forbidQualified?: boolean): string;
export function escape(val: Escapable | Escapable[], timeZone?: string, dialect?: string, format?: boolean): string;
export function format(sql: string, values: unknown[], timeZone?: string, dialect?: string): string;
export function formatNamedParameters(sql: string, values: unknown[], timeZone?: string, dialect?: string): string;