mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-12-18 20:04:17 +01:00
3 lines
122 B
TypeScript
3 lines
122 B
TypeScript
declare module '#pdfcpu' {
|
|
export function oneToOne(wasmArray: string[], snapshot: Uint8Array): Promise<Uint8Array>;
|
|
} |