UNPKG

repomix

Version:

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

4 lines (3 loc) 285 B
export declare const runInitAction: (rootDir: string, isGlobal: boolean) => Promise<void>; export declare const createConfigFile: (rootDir: string, isGlobal: boolean) => Promise<boolean>; export declare const createIgnoreFile: (rootDir: string, isGlobal: boolean) => Promise<boolean>;