Files
wow-eluna-ts-module/types/db.helpers.d.ts
2023-09-10 03:02:42 -04:00

8 lines
145 B
TypeScript

/**
* Sanitize a string for SQL
*
* @param str
* @returns Sanitized string
*/
export declare function stringSanitizer(str: string): string;