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>;
}