UNPKG

typedoc-plugin-markdown

Version:

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

3 lines (2 loc) 154 B
import { ArrayType, ReferenceType } from 'typedoc/dist/lib/models/types'; export declare function typeAndParent(this: ArrayType | ReferenceType): string;