UNPKG

rxcc

Version:

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

4 lines 356 B
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<undefined>; //# sourceMappingURL=copyToClipboardIfEnabled.d.ts.map