/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v17.0.2
packages/react-devtools/index.js
14 строк
430 B
Brian Vaughn
Added FB copyright header
27 авг 2019, 20:54
27 авг 2019, 20:54
8e1434e
Код
Авторство
О чём код?
/** * 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. * * @flow */ const {connectToDevTools} = require('react-devtools-core/backend'); // Connect immediately with default options. // If you need more control, use `react-devtools-core` directly instead of `react-devtools`. connectToDevTools();