UNPKG

typedoc-plugin-markdown

Version:

Generates TypeScript API documentation as Markdown.

3 lines (2 loc) 164 B
import { DeclarationReflection, ProjectReflection } from 'typedoc'; export declare function getHierarchyRoots(project: ProjectReflection): DeclarationReflection[];