UNPKG

@platform/react.ssr

Version:

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

5 lines (3 loc) 151 B
export * from '../common/types'; import { Manifest } from '../manifest'; export type GetManifest = (args?: { force?: boolean }) => Promise<Manifest>;