UNPKG

typedoc-plugin-markdown

Version:

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

6 lines (5 loc) 203 B
export function footer() { const textContentMappings = this.options.getValue('textContentMappings'); const text = textContentMappings?.['footer.text']; return text ? `***\n\n${text}` : ``; }