molstar
Version:
A comprehensive macromolecular library.
11 lines (10 loc) • 474 B
JavaScript
/**
* Copyright (c) 2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.RCSBValidationReport = void 0;
var behavior_1 = require("./validation-report/behavior");
Object.defineProperty(exports, "RCSBValidationReport", { enumerable: true, get: function () { return behavior_1.RCSBValidationReport; } });
;