@acdh-oeaw/universalviewer
Version:
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
10 lines • 335 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AnnotationResults = void 0;
var AnnotationResults = /** @class */ (function () {
function AnnotationResults() {
}
return AnnotationResults;
}());
exports.AnnotationResults = AnnotationResults;
//# sourceMappingURL=AnnotationResults.js.map