Replies: 1 comment
-
|
Can you share your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
When I call
fetch(url, { client })with aclientcreated byDeno.createHttpClient(), VSCode / TypeScript reports a type error even though the runtime supports this option.@types/nodeis not explicitly installed but is present transitively (e.g. via nodemailer). How do I make the editor recognize Deno'sclienttype?Reproduction steps
Deno.createHttpClient()andfetch(url, { client }).@types/nodeinstall).fetchcall.Environment
@types/*present transitively (e.g. nodemailer)Beta Was this translation helpful? Give feedback.
All reactions