/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
status
packages/react-debug-tools/index.js
13 строк
387 B
Sebastian Markbåge
Add Debug Tools Package for Introspection of Hooks (#14085)
05 ноя 2018, 21:02
Не верифицирован
05 ноя 2018, 21:02
fd1256a
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ 'use strict'; const ReactDebugTools = require('./src/ReactDebugTools'); // This is hacky but makes it work with both Rollup and Jest. module.exports = ReactDebugTools.default || ReactDebugTools;