UNPKG

@zubenelakrab/gitstats

Version:

Powerful Git repository analyzer with comprehensive statistics and insights

9 lines 354 B
export * from './json-renderer.js'; export * from './cli-renderer.js'; export * from './html-renderer.js'; import type { OutputFormat, OutputRenderer } from '../types/index.js'; /** * Factory function to create the appropriate renderer */ export declare function createRenderer(format: OutputFormat): OutputRenderer; //# sourceMappingURL=index.d.ts.map