UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

9 lines 360 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StreamingFormat = void 0; var StreamingFormat; (function (StreamingFormat) { StreamingFormat["Default"] = "default"; StreamingFormat["Html"] = "html"; })(StreamingFormat || (exports.StreamingFormat = StreamingFormat = {})); //# sourceMappingURL=StreamingFormat.js.map