UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

11 lines 562 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProviderConfigurationFormat = void 0; var ProviderConfigurationFormat; (function (ProviderConfigurationFormat) { ProviderConfigurationFormat["Plain"] = "plain"; ProviderConfigurationFormat["Json"] = "json"; ProviderConfigurationFormat["Yaml"] = "yaml"; ProviderConfigurationFormat["Xml"] = "xml"; })(ProviderConfigurationFormat || (exports.ProviderConfigurationFormat = ProviderConfigurationFormat = {})); //# sourceMappingURL=ProviderConfigurationFormat.js.map