Cross runtime fetch module
npm install bare-node-fetchCross runtime fetch module.
```
npm install bare-node-fetch
` js
const fetch = require('bare-node-fetch')
// in node its returning global.fetch
// in bare its returning bare-fetch (and also sets that as a global for compat)
``
Apache-2.0