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) 177 B
export declare function dir(parentDir: string): { latest(): Promise<string>; semver(options?: { sort?: "ASC" | "DESC" | undefined; }): Promise<string[]>; };