rewrote impose to use new Operator class,
dependencies (pdfcpu) can be made environment-aware using tsconfig.json
This commit is contained in:
3
shared-operations/declarations/pdfcpu.d.ts
vendored
Normal file
3
shared-operations/declarations/pdfcpu.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
declare module '#pdfcpu' {
|
||||
export function oneToOne(wasmArray: string[], snapshot: Uint8Array): Promise<Uint8Array>;
|
||||
}
|
||||
Reference in New Issue
Block a user