1
0
mirror of https://github.com/Frooodle/Stirling-PDF.git synced 2025-03-02 00:16:47 +01:00
Stirling-PDF/server-node/declarations/PdfcpuWrapper.d.ts
2023-11-16 01:56:17 +01:00

3 lines
185 B
TypeScript

declare module '@stirling-pdf/shared-operations/src/wasm/pdfcpu/pdfcpu-wrapper-node.js' {
export function oneToOne(wasmArray: string[], snapshot: Uint8Array): Promise<Uint8Array>;
}