Stirling-PDF/server-node/declarations/PdfcpuWrapper.d.ts

3 lines
185 B
TypeScript
Raw Normal View History

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