revert fix: Properly export fetch

This commit is contained in:
Antoni Kepinski 2020-03-28 19:03:23 +01:00
parent 48a9886fc5
commit c167190c6e
No known key found for this signature in database
GPG Key ID: 215798E8B4A4FCDC
1 changed files with 0 additions and 1 deletions

View File

@ -305,7 +305,6 @@ fetch.isRedirect = code => [301, 302, 303, 307, 308].includes(code);
// Expose Promise
fetch.Promise = global.Promise;
module.exports = fetch;
export {
Headers,
Request,