UNPKG

r2-opds-js

Version:

Readium 2 'opds' for NodeJS (TypeScript)

17 lines 576 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OPDSHold = void 0; const tslib_1 = require("tslib"); const ta_json_x_1 = require("ta-json-x"); class OPDSHold { } exports.OPDSHold = OPDSHold; tslib_1.__decorate([ (0, ta_json_x_1.JsonProperty)("total"), tslib_1.__metadata("design:type", Number) ], OPDSHold.prototype, "Total", void 0); tslib_1.__decorate([ (0, ta_json_x_1.JsonProperty)("position"), tslib_1.__metadata("design:type", Number) ], OPDSHold.prototype, "Position", void 0); //# sourceMappingURL=opds2-hold.js.map