mirror of
https://github.com/status-im/react-native.git
synced 2025-01-19 05:51:01 +00:00
bea7659762
Summary: Moves packager core logic to `packager/...` to prepare the open source split. Reviewed By: cpojer Differential Revision: D5116162 fbshipit-source-id: 06ee2406026686789f67acc88df41773866c3cd3
14 lines
425 B
JavaScript
14 lines
425 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.
|
|
*
|
|
* @flow
|
|
*/
|
|
'use strict';
|
|
|
|
export type {OutputOptions, RequestOptions} from '../../packager/src/shared/types.flow';
|