/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
status
packages/use-subscription/index.js
12 строк
256 B
Brian Vaughn
useSubscription hook (#15022)
17 июл 2019, 01:59
Не верифицирован
17 июл 2019, 01:59
ce883a1
Код
Авторство
О чём код?
/** * 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/useSubscription';