r2-shared-js
Version:
Readium 2 'shared' for NodeJS (TypeScript)
6 lines • 318 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Publication = void 0;
var publication_1 = require("./models/publication");
Object.defineProperty(exports, "Publication", { enumerable: true, get: function () { return publication_1.Publication; } });
//# sourceMappingURL=index.js.map