r2-lcp-js
Version:
Readium 2 LCP bits for NodeJS (TypeScript)
20 lines • 736 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ContentKey = void 0;
const tslib_1 = require("tslib");
const ta_json_x_1 = require("ta-json-x");
let ContentKey = class ContentKey {
};
exports.ContentKey = ContentKey;
tslib_1.__decorate([
(0, ta_json_x_1.JsonProperty)("encrypted_value"),
tslib_1.__metadata("design:type", String)
], ContentKey.prototype, "EncryptedValue", void 0);
tslib_1.__decorate([
(0, ta_json_x_1.JsonProperty)("algorithm"),
tslib_1.__metadata("design:type", String)
], ContentKey.prototype, "Algorithm", void 0);
exports.ContentKey = ContentKey = tslib_1.__decorate([
(0, ta_json_x_1.JsonObject)()
], ContentKey);
//# sourceMappingURL=lcp-contentkey.js.map