UNPKG

single-page-markdown-website

Version:

Create a nice single-page documentation website from one or more Markdown files

3 lines 186 B
import { Options } from '../../types/types.js'; export declare function buildHtmlAsync(content: string, options: Options): Promise<string>; //# sourceMappingURL=build-html-async.d.ts.map