UNPKG

typedoc-plugin-markdown

Version:

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.

9 lines (8 loc) 236 B
/** * Support and resources for the theme MarkdownThemeContext class. * * @module */ export * as helpers from './helpers/index.js'; export * as partials from './partials/index.js'; export * as templates from './templates/index.js';