$ npm install bare-node-fetch
Cross runtime fetch module.
npm install bare-node-fetch
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