Skip to content

Commit c167190

Browse files
committed
revert fix: Properly export fetch
1 parent 48a9886 commit c167190

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ fetch.isRedirect = code => [301, 302, 303, 307, 308].includes(code);
305305

306306
// Expose Promise
307307
fetch.Promise = global.Promise;
308-
module.exports = fetch;
309308
export {
310309
Headers,
311310
Request,

0 commit comments

Comments
 (0)