Fixed what fetch.js exports

Reviewed By: davidaurelio

Differential Revision: D3562258

fbshipit-source-id: ef6ad29858d3459a875bcbb9168c6abcd874b333
This commit is contained in:
Konstantin Raev 2016-07-14 10:58:53 -07:00 committed by Facebook Github Bot 8
parent df01215006
commit 03a2f6139f
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@
import 'whatwg-fetch';
module.exports = fetch;
module.exports = {fetch, Headers, Request, Response};