UNPKG

r2-opds-js

Version:

Readium 2 'opds' for NodeJS (TypeScript)

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