mirror of
https://github.com/araxiaonline/wow-eluna-ts-module.git
synced 2026-06-13 02:42:22 -04:00
8 lines
145 B
TypeScript
8 lines
145 B
TypeScript
/**
|
|
* Sanitize a string for SQL
|
|
*
|
|
* @param str
|
|
* @returns Sanitized string
|
|
*/
|
|
export declare function stringSanitizer(str: string): string;
|