mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 09:12:02 +00:00
678a7f3c39
Reviewed By: gaearon Differential Revision: D5950896 fbshipit-source-id: 74aebcee8a64e8552b170223adf59ed4ed905a74
18 lines
413 B
JavaScript
18 lines
413 B
JavaScript
/**
|
|
* Copyright (c) 2013-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.
|
|
*
|
|
* @providesModule ReactDebugTool
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
const {
|
|
__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,
|
|
} = require('ReactNative');
|
|
|
|
module.exports =
|
|
__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactDebugTool;
|