Feature request: repl: add type inspection command #17072
Labels
repl
related to the Read-Eval-Print-Loop functionality of Deno
suggestion
suggestions for new features (yet to be agreed)
Hello, I have an idea.
I think we need a command to inspect the type of a symbol, something like
:type
command inghci
it is a command that only available in repl
for example
of course, this feature is only available to any symbol that has a typescript declaration
The text was updated successfully, but these errors were encountered: