UNPKG

typedoc-plugin-markdown

Version:

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

5 lines (4 loc) 135 B
import { escapeChars } from '../../../libs/utils/index.js'; export function unknownType(model) { return escapeChars(model.name); }