UNPKG

pdf-lib

Version:

Create and modify PDF files with JavaScript

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