You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ethers in a program written in Typescript, and I want to use node's built in fetch() function. However, the globals.d.ts file in the version of @types/node that comes with the package is missing the type definition. Can anyone help me with any workaround for this? Is there any way to safely update the package without breaking ethers?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using ethers in a program written in Typescript, and I want to use node's built in
fetch()
function. However, theglobals.d.ts
file in the version of @types/node that comes with the package is missing the type definition. Can anyone help me with any workaround for this? Is there any way to safely update the package without breaking ethers?Beta Was this translation helpful? Give feedback.
All reactions