UNPKG

typedoc-plugin-markdown

Version:

Generates TypeScript API documentation as Markdown.

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