UNPKG

typedoc-plugin-markdown

Version:

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

8 lines (7 loc) 182 B
/** * General pure library functions to be consumed across the plugin. * * @module */ export * as markdown from './markdown/index.js'; export * as utils from './utils/index.js';