UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

21 lines 510 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OfficeBridge = void 0; class OfficeBridge { constructor(data) { } static fromJson(data) { if (data === undefined || data === null) { return data; } return new OfficeBridge(data); } toJson() { return {}; } clone() { return OfficeBridge.fromJson(this.toJson()); } } exports.OfficeBridge = OfficeBridge; //# sourceMappingURL=OfficeBridge.js.map