Your IP : 216.73.216.40


Current Path : /var/www/html/wetty/src/client/
Upload File :
Current File : /var/www/html/wetty/src/client/verify.ts

export default function verifyPrompt(e: { returnValue: string }): string {
  e.returnValue = 'Are you sure?';
  return e.returnValue;
}