UNPKG

typedoc-plugin-markdown

Version:

Generates TypeScript API documentation as Markdown.

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