UNPKG

typedoc-plugin-markdown

Version:

Generates TypeScript API documentation as Markdown.

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