Unexpected behavior while importing npm module
Im trying to use
And I get this error:
But if I import this library in a different way, then everything works:
Output:
What am I doing wrong?
Deno v1.44.4
dns2 library in my deno project:And I get this error:
But if I import this library in a different way, then everything works:
Output:
What am I doing wrong?
Deno v1.44.4
