UNPKG

typedoc-plugin-markdown

Version:

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

10 lines (9 loc) 275 B
import { Application } from 'typedoc'; /** * Returns subset of translatable strings for the plugin. * * These will then be merged with the main set of TypeDoc string. * * @category Functions */ export declare function setupInternationalization(app: Application): void;