UNPKG

typedoc-plugin-markdown

Version:

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

5 lines (4 loc) 129 B
/** * Returns file path without extension */ export declare function getPathWithoutExt(filePathWithExtension: string): string;