mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-03 17:52:30 +02:00
3 lines
122 B
TypeScript
3 lines
122 B
TypeScript
declare module "#pdfcpu" {
|
|
export function oneToOne(wasmArray: string[], snapshot: Uint8Array): Promise<Uint8Array>;
|
|
} |