UNPKG

typedoc-plugin-markdown

Version:

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

8 lines (7 loc) 161 B
/** * Contains the events classes used by the plugin. * * @module */ export * from './markdown-page-event.js'; export * from './markdown-renderer-event.js';