* @param {{ message: string, choices: { name: string, value: string }[]}} options
(options)
| 9 | * @param {{ message: string, choices: { name: string, value: string }[]}} options |
| 10 | */ |
| 11 | select(options) { |
| 12 | return select(options); |
| 13 | } |
| 14 | |
| 15 | /** |
| 16 | * @param {{ message: string }} options |
no outgoing calls
no test coverage detected