UNPKG

typedoc-plugin-markdown

Version:

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

9 lines (8 loc) 210 B
import { TranslatableStrings } from '../../types/index.js'; /** * Translations for 'en' locale. * * @category Locales */ export declare const translatable: TranslatableStrings; export default translatable;