mirror of
https://github.com/status-im/react-native.git
synced 2025-01-29 02:35:41 +00:00
eb7442ba09
Reviewed By: davidaurelio Differential Revision: D3555235 fbshipit-source-id: 801b28278d0f424e86852d588d4348966751255e
18 lines
414 B
JavaScript
18 lines
414 B
JavaScript
/**
|
|
* Copyright (c) 2015-present, Facebook, Inc.
|
|
* All rights reserved.
|
|
*
|
|
* This source code is licensed under the BSD-style license found in the
|
|
* LICENSE file in the root directory of this source tree. An additional grant
|
|
* of patent rights can be found in the PATENTS file in the same directory.
|
|
*
|
|
* @providesModule fetch
|
|
* @nolint
|
|
*
|
|
*/
|
|
'use strict';
|
|
|
|
import 'whatwg-fetch';
|
|
|
|
module.exports = fetch;
|