UNPKG

@cantoo/pdf-lib

Version:

Create and modify PDF files with JavaScript

8 lines 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.error = void 0; const error = (msg) => { throw new Error(msg); }; exports.error = error; //# sourceMappingURL=errors.js.map