UNPKG

typedoc-plugin-markdown

Version:

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

7 lines (6 loc) 184 B
/** * The link element * @param label The text to display for the link * @param url The url to link to */ export declare function link(label: string, url: string | null): string;