UNPKG

@leafage/server

Version:

The React Server Side Render Framework

18 lines (13 loc) 313 B
/** * @leafage/server v1.3.2 * * Copyright (c) Leafage. * * This source code is licensed under the MIT license found in the * LICENSE.md file in the root directory of this source tree. * * @license MIT */ 'use strict'; var server = require('./server.js'); exports.createServer = server.createServer;