/node-fetch-dropin

Because ESM just doesn't work

Primary LanguageJavaScript

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(......