UNPKG

pdf-lib

Version:

Library for creating and modifying PDF files in JavaScript

4 lines (3 loc) 152 B
import { PDFDictionary } from '../../pdf-objects'; declare const _default: (dict: PDFDictionary, contents: Uint8Array) => any; export default _default;