UNPKG

c8osdkjscore

Version:
11 lines 475 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var FullSyncGetDocumentParameter = (function () { function FullSyncGetDocumentParameter(name) { this.name = name; } FullSyncGetDocumentParameter.DOCID = new FullSyncGetDocumentParameter("docid"); return FullSyncGetDocumentParameter; }()); exports.FullSyncGetDocumentParameter = FullSyncGetDocumentParameter; //# sourceMappingURL=fullSyncGetDocumentParameter.js.map