UNPKG

aico-pack

Version:

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

4 lines 325 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>; //# sourceMappingURL=initAction.d.ts.map