UNPKG

isomorphic-unfetch

Version:

Switches between unfetch & node-fetch for client & server.

2 lines (1 loc) 96 B
module.exports = self.fetch || (self.fetch = require('unfetch').default || require('unfetch'));