UNPKG

@git.zone/tsdoc

Version:

An advanced TypeScript documentation tool using AI to generate and enhance documentation for TypeScript projects.

11 lines (10 loc) 340 B
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>; }