typedoc-plugin-markdown
Version:
A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
12 lines (11 loc) • 372 B
JavaScript
/**
* Exposes additional i18n keys and translations used by the theme.
*
* The translatable strings configured in the plugin are only additional strings that are not present in TypeDoc core.
*
* To add a new locale or edit and existing locale (if you think the strings are incorrect).
*
* @module
*/
export * from './locales/index.js';
export * from './setup.js';