/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
status
packages/scheduler/tracing.js
13 строк
292 B
Dan Abramov
Rename schedule to scheduler (#13683)
19 сен 2018, 03:26
Не верифицирован
19 сен 2018, 03:26
7ea3ca1
Код
Авторство
О чём код?
/** * 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 */ 'use strict'; export * from './src/Tracing'; export * from './src/TracingSubscriptions';