UNPKG

@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.

8 lines (7 loc) 217 B
import type { AiDoc } from '../classes.aidoc.js'; export declare class Readme { private aiDocsRef; private projectDir; constructor(aiDocsRef: AiDoc, projectDirArg: string); build(): Promise<string>; }