UNPKG

typedoc-plugin-markdown

Version:

Generates TypeScript API documentation as Markdown.

11 lines (10 loc) 270 B
/** * Contains all functionality relevant to the markdown theme. * * @document ../../internal-docs/custom-theme.md * * @module */ export * from './markdown-theme-context.js'; export * from './markdown-theme.js'; export * from './navigation/navigation-builder.js';