repomix
Version:
A tool to pack repository contents to single file for AI consumption
9 lines • 382 B
TypeScript
import type { TiktokenEncoding } from 'tiktoken';
export interface GitDiffMetricsTask {
workTreeDiffContent?: string;
stagedDiffContent?: string;
encoding: TiktokenEncoding;
}
declare const _default: ({ workTreeDiffContent, stagedDiffContent, encoding }: GitDiffMetricsTask) => Promise<number>;
export default _default;
//# sourceMappingURL=gitDiffMetricsWorker.d.ts.map