Files
2025-12-05 03:59:21 +01:00

14 lines
303 B
JavaScript

/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
export {
prerender,
prerenderToNodeStream,
} from './src/server/react-flight-dom-server.node';