UNPKG

node-csfd-api

Version:

ČSFD API in JavaScript. Amazing NPM library for scrapping csfd.cz :)

6 lines (5 loc) 280 B
//#region src/fetchers/fetch.polyfill.ts const fetchSafe = typeof fetch === "function" && fetch || typeof global === "object" && global.fetch || typeof window !== "undefined" && window.fetch; //#endregion exports.fetchSafe = fetchSafe; //# sourceMappingURL=fetch.polyfill.cjs.map