If you don’t yet have Deno installed, you can install it with one of the following commands, or many other ways. MacOS / Linux Install curl -fsSL https://deno.land/x/install/install.sh | shWindows Install irm https://deno.land/install.ps1 | iex Here’s an overview of what’s new in Deno 1.38. deno doc improvements: The new deno doc --html command generates a static site with documentation for your p
