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
[email protected] shipped with types support which basically just re-exports types from node-fetch - this module has it's own version of types for native-fetch and they do not align.
This module should not re-type native-fetch and should use the types it exposes.
The text was updated successfully, but these errors were encountered:
The types are incorrect and cause errors with modules that check the types of their deps.
Types for `is-electron` can be removed once cheton/is-electron#7 is resolved.
Fixes#109
BREAKING CHANGE: `ResponseWithURL` type is not exported any more as it uses a private name and causes an inconsistency between node and the browser
[email protected]
shipped with types support which basically just re-exports types fromnode-fetch
- this module has it's own version of types for native-fetch and they do not align.This module should not re-type
native-fetch
and should use the types it exposes.The text was updated successfully, but these errors were encountered: