5 lines
85 B
TypeScript
5 lines
85 B
TypeScript
/**
|
|
* # Test SQL Escape
|
|
*/
|
|
export default function testSQLEscape(): Promise<void>;
|