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