UNPKG

typedoc-plugin-markdown

Version:

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

5 lines (4 loc) 143 B
export function hasSignatures(model) { return (!model.type?.declaration?.children?.length && Boolean(model.signatures?.length)); }