UNPKG

radish

Version:

Radish is a React-based static site generator that outputs plain HTML and CSS.

6 lines (5 loc) 129 B
export interface ServeOptions { dir: string; port: number; } export declare function serve(options: ServeOptions): void;