UNPKG

rp-markdown-docs

Version:

A modern, beautiful documentation generator that converts markdown files into interactive HTML documentation sites

7 lines 216 B
interface ServeOptions { port?: string; open?: boolean; } export declare function serveDocs(directory: string | undefined, options: ServeOptions): Promise<void>; export {}; //# sourceMappingURL=serve.d.ts.map