mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-15 02:54:06 +02:00
5 lines
151 B
TypeScript
5 lines
151 B
TypeScript
// Stub - overridden in desktop builds
|
|
export async function notifyPdfProcessingComplete(_fileCount: number): Promise<void> {
|
|
// Web builds: no-op
|
|
}
|