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.

32 lines (30 loc) 605 B
import { EnhancedContext } from './enhanced-context.js'; import { TaskContextFactory } from './task-context-factory.js'; import { ConfigManager } from './config-manager.js'; import { ContextTrimmer } from './context-trimmer.js'; import type { ContextMode, IContextConfig, IContextResult, IFileInfo, ITrimConfig, ITaskConfig, TaskType } from './types.js'; export { // Classes EnhancedContext, TaskContextFactory, ConfigManager, ContextTrimmer, }; // Types export type { ContextMode, IContextConfig, IContextResult, IFileInfo, ITrimConfig, ITaskConfig, TaskType };