mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 11:05:21 +00:00
cf190bf601
Summary: Revert change to flow strict-local in OSS. Pull Request resolved: https://github.com/facebook/react-native/pull/20696 Differential Revision: D9367630 Pulled By: hramos fbshipit-source-id: 17e4d1ab6d00b2e14033b223d878d5fcd1c098f4
15 lines
342 B
JavaScript
15 lines
342 B
JavaScript
/**
|
|
* Copyright (c) 2015-present, Facebook, Inc.
|
|
*
|
|
* 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';
|
|
|
|
/* $FlowFixMe(site=react_native_oss) */
|
|
export type {OutputOptions, RequestOptions} from 'metro/src/shared/types.flow';
|