UNPKG

@paulohenriquevn/m2js

Version:

Transform TypeScript/JavaScript code into LLM-friendly Markdown summaries + Smart Dead Code Detection + Graph-Deep Diff Analysis. Extract exported functions, classes, and JSDoc comments for better AI context with 60%+ token reduction. Intelligent dead cod

4 lines (3 loc) 126 B
export { parseFile } from './parser'; export { generateMarkdown, getOutputPath } from './generator'; export * from './types';