UNPKG

typedoc-plugin-markdown

Version:

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

6 lines (5 loc) 166 B
export function intersectionType(model) { return model.types .map((intersectionType) => this.partials.someType(intersectionType)) .join(' & '); }