UNPKG

typedoc-plugin-markdown

Version:

Generates TypeScript API documentation as 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}` : ``; }