UNPKG

repomix

Version:

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

4 lines (3 loc) 297 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<void>;