mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
86b6f5d39e
Reviewed By: sahrens Differential Revision: D7958196 fbshipit-source-id: 05a04380a4a1f3abd4cc3a9034fc70deaa4a444b
26 lines
514 B
JavaScript
26 lines
514 B
JavaScript
/**
|
|
* Copyright (c) 2017-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.
|
|
*
|
|
* @flow
|
|
* @format
|
|
*/
|
|
|
|
declare module 'metro' {
|
|
declare module.exports: any;
|
|
}
|
|
|
|
declare module 'metro/src/lib/TerminalReporter' {
|
|
declare module.exports: any;
|
|
}
|
|
|
|
declare module 'metro/src/HmrServer' {
|
|
declare module.exports: any;
|
|
}
|
|
|
|
declare module 'metro/src/lib/bundle-modules/HMRClient' {
|
|
declare module.exports: any;
|
|
}
|