How use namespace on Deno
i am trying to use the same namespace in multiple modules but what used to work in node, doesn't work in deno:
1 Reply
You could and should use modules instead. There is a rule by Deno linting for that: https://lint.deno.land/?q=namespace#no-namespace
This works.
This works too.