function alertalert(message?: string): voidShows the given message and waits for the enter key pressed. If the stdin is not interactive, it does nothing. Shows the given message and waits for the enter key pressed. If the stdin is not interactive, it does nothing. Parametersoptionalmessage: stringReturnsvoid