UNPKG

typedoc-plugin-markdown

Version:

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

5 lines (4 loc) 172 B
import { italic } from '../../../libs/markdown/index.js'; export function queryType(model) { return `${italic('typeof')} ${this.partials.someType(model.queryType)}`; }