mirror of
https://github.com/status-im/react-native.git
synced 2025-02-23 14:48:25 +00:00
Reviewed By: fishythefish Differential Revision: D10362346 fbshipit-source-id: 0f4cc9977cfaa947e3b23112dd1cf482642e2319
14 lines
308 B
JavaScript
14 lines
308 B
JavaScript
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* @format
|
|
* @flow
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
export type {OutputOptions, RequestOptions} from 'metro/src/shared/types.flow';
|