UNPKG

typedoc-plugin-markdown

Version:

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

4 lines (3 loc) 243 B
import { MarkdownPageEvent } from '../../../events/index.js'; import { Reflection } from 'typedoc'; export declare function getProjectName(stringWithPlaceholders: string, page: MarkdownPageEvent<Reflection>, includeVersion?: boolean): string;