UNPKG

typedoc-plugin-markdown

Version:

Generates TypeScript API documentation as 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';