Simple drop-in for node-fetch for people not willing to switch everything over to ESM. Usage like any other normal CJS module const fetch = require("node-fetch-dropin") fetch(url).then(......