UNPKG

79 BJavaScriptView Raw
1import unfetch from '../src/index.mjs';
2if (!self.fetch) self.fetch = unfetch;