UNPKG

@platform/react.ssr

Version:

A lightweight SSR (server-side-rendering) system for react apps bundled with ParcelJS and hosted on S3.

7 lines (6 loc) 175 B
import './env'; import * as constants from './constants'; import * as t from './types'; import * as util from './util'; export { t, constants, util }; export * from './libs';