rsnext/packages/next/build/polyfills/fetch/index.js

5 lines
116 B
JavaScript
Raw Normal View History

/* globals self */
var fetch = self.fetch.bind(self)
2019-11-10 06:25:32 +01:00
module.exports = fetch
module.exports.default = module.exports