c4spar / deno-cliffy

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
https://cliffy.io
MIT License
929 stars 65 forks source link

wrong return type of Checkbox.prompt #717

Closed xjfnet closed 3 months ago

xjfnet commented 3 months ago

some code in vscode

image

the type of answer as above, but console.log(answer) is below

image

that is vscode show me the wrong return type info of Checkbox.prompt