/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v16.14.0
packages/react-dom/server.node.js
17 строк
434 B
Sebastian Markbåge
Convert the rest of react-dom and react-test-renderer to Named Exports (#18145)
27 фев 2020, 05:04
Не верифицирован
27 фев 2020, 05:04
f9c0a45
Код
Авторство
О чём код?
/** * 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 */ // For some reason Flow doesn't like export * in this file. I don't know why. export { renderToString, renderToStaticMarkup, renderToNodeStream, renderToStaticNodeStream, version, } from './src/server/ReactDOMServerNode';