* @param {{ message: string }} options
(options)
| 23 | * @param {{ message: string }} options |
| 24 | */ |
| 25 | password(options) { |
| 26 | return password({ ...options, mask: true }); |
| 27 | } |
| 28 | |
| 29 | /** |
| 30 | * @param {string} prompt |
no outgoing calls
no test coverage detected