UNPKG

pdf-lib

Version:

Create and modify PDF files with JavaScript

4 lines 218 B
import PDFRawStream from "../objects/PDFRawStream"; import { StreamType } from "./Stream"; export declare const decodePDFRawStream: ({ dict, contents }: PDFRawStream) => StreamType; //# sourceMappingURL=decode.d.ts.map