* @param {{ message: string }} options
(options)
| 41 | * @param {{ message: string }} options |
| 42 | */ |
| 43 | confirm(options) { |
| 44 | return confirm(options); |
| 45 | } |
| 46 | |
| 47 | /** |
| 48 | * @param {{ message: string, choices: { name: string, value: string }[]}} options |
no test coverage detected