UNPKG

@platform/react.ssr

Version:

An SSR (server-side-render) system for react apps bundled with ParcelJS and hosted on S3.

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