aico-pack
Version: 
A tool to pack repository contents to single file for AI consumption
4 lines • 351 B
TypeScript
import type { RepomixConfigMerged } from '../../config/configSchema.js';
import type { RepomixProgressCallback } from '../../shared/types.js';
export declare const copyToClipboardIfEnabled: (output: string, progressCallback: RepomixProgressCallback, config: RepomixConfigMerged) => Promise<void>;
//# sourceMappingURL=copyToClipboardIfEnabled.d.ts.map