UNPKG

@codervisor/devlog-ai

Version:

AI Chat History Extractor & Docker-based Automation - TypeScript implementation for GitHub Copilot and other AI coding assistants with automated testing capabilities

6 lines (5 loc) 120 B
/** * Exporters module */ export { JSONExporter } from './json.js'; export { MarkdownExporter } from './markdown.js';