UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

10 lines 374 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FileDataFormat = void 0; var FileDataFormat; (function (FileDataFormat) { FileDataFormat["Zip"] = "zip"; FileDataFormat["Pdf"] = "pdf"; FileDataFormat["Id"] = "id"; })(FileDataFormat || (exports.FileDataFormat = FileDataFormat = {})); //# sourceMappingURL=FileDataFormat.js.map