chaosdc/node_modules/unfetch/polyfill/polyfill.mjs

3 lines
65 B
JavaScript

import unfetch from '..';
if (!self.fetch) self.fetch = unfetch;