UNPKG

repomix

Version:

A tool to pack repository contents to single file for AI consumption

2 lines (1 loc) 81 B
export type RepomixProgressCallback = (message: string) => void | Promise<void>;