Suppose module.tsmodule.ts is some external module that I have no control of. In my file test.tstest.ts I want to change the type UserEnvUserEnv of the external module.
How can I do this or does Deno just not support this and you basically need to use node to do this?
Note: This is a simple example where I could technically use generics, but you cannot do that with bigger stuff.
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.