2017-12-14 15:14:03 -08:00
|
|
|
/**
|
2018-09-11 15:27:47 -07:00
|
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
2017-12-14 15:14:03 -08:00
|
|
|
*
|
2018-02-16 18:24:55 -08:00
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
2017-12-14 15:14:03 -08:00
|
|
|
*
|
|
|
|
* @flow
|
2018-05-10 15:44:53 -07:00
|
|
|
* @format
|
2017-12-14 15:14:03 -08:00
|
|
|
*/
|
|
|
|
|
2018-11-22 12:24:55 -08:00
|
|
|
// metro-visualizer is not listed as a dependency of metro since it pulls a lot
|
|
|
|
// of transitive dependencies so we need to tell flow that it may exist.
|
|
|
|
declare module 'metro-visualizer' {
|
2018-11-13 18:55:17 -08:00
|
|
|
declare module.exports: any;
|
|
|
|
}
|