* @param {{ message: string, choices: { name: string, value: string }[]}} options
(options)
| 48 | * @param {{ message: string, choices: { name: string, value: string }[]}} options |
| 49 | */ |
| 50 | checkbox(options) { |
| 51 | return checkbox(options); |
| 52 | } |
| 53 | } |
| 54 | // snippet-end:[javascript.v3.utils.prompter] |
no outgoing calls
no test coverage detected