UNPKG

ctx-gen

Version:

AI-Enhanced Documentation Generator for Code Understanding

7 lines (6 loc) 216 B
import { CtxGenOptions } from '../types/index.js'; /** * Create an index file for the documentation * @param options - CtxGen options */ export declare function createIndex(options: CtxGenOptions): Promise<void>;