@jasondark/proompt
Version:
CLI tool for running AI prompts with structure and repeatability
9 lines • 313 B
TypeScript
/**
* Generate a unique temporary file path for repository XML output
*/
export declare const generateTempXmlPath: (prefix?: string) => string;
/**
* Log temporary file location for manual cleanup
*/
export declare const logTempFileLocation: (filepath: string) => void;
//# sourceMappingURL=temp-file.d.ts.map