@platform/react.ssr
Version:
A lightweight SSR (server-side-rendering) system for react apps bundled with ParcelJS and hosted on S3.
9 lines (8 loc) • 371 B
TypeScript
export * from '@platform/test';
export * from '../common';
import { t } from '../common';
import { Manifest } from '../manifest';
export declare const YAML_DIR: string;
export declare const YAML_MANIFEST: string;
export declare function testManifest(filename?: string): Promise<Manifest>;
export declare function testManifestDef(filename?: string): Promise<t.IManifest>;