Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
public showCustomButtonTimer() {
TNSFancyAlert.showCustomButtonTimer(
0,
true,
undefined,
undefined,
"Mission Impossible",
`This will self-destruct in 5 seconds.`,
"Ok"
);
}
showTimer(): void {
TNSFancyAlert.showCustomButtonTimer(0, true, undefined, undefined, 'Mission Impossible', `This will self-destruct in 5 seconds.`, 'Ok');
}