@git.zone/tsdoc
Version:
A comprehensive TypeScript documentation tool that leverages AI to generate and enhance project documentation, including dynamic README creation, API docs via TypeDoc, and smart commit message generation.
11 lines (10 loc) • 340 B
TypeScript
import * as plugins from './tsdoc.plugins.js';
export declare class TypeDoc {
smartshellInstance: plugins.smartshell.Smartshell;
static isTypeDocDir(dirPathArg: string): Promise<boolean>;
typedocDirectory: string;
constructor(dirPathArg: any);
compile(options?: {
publicSubdir?: string;
}): Promise<void>;
}