UNPKG

373 BJavaScriptView Raw
1module.exports = global.fetch // To enable: import fetch from 'cross-fetch'
2module.exports.default = global.fetch // For TypeScript consumers without esModuleInterop.
3module.exports.fetch = global.fetch // To enable: import {fetch} from 'cross-fetch'
4module.exports.Headers = global.Headers
5module.exports.Request = global.Request
6module.exports.Response = global.Response