UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

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