When using Deno, is it still needed to install the dotenv and tsx packages?

Deno already comes with first-class support for TypeScript and built-in support for environment variables.
2 Replies
Tim
Tim2mo ago
neither dotenv nor tsx are required (I don't use either in normal node)
Pedro
PedroOP2mo ago
Awesome! Thank you for your help!

Did you find this page helpful?