molstar
Version:
A comprehensive macromolecular library.
14 lines • 552 B
JavaScript
/**
* Copyright (c) 2018 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author David Sehnal <david.sehnal@gmail.com>
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.CoarseHierarchy = void 0;
var CoarseHierarchy;
(function (CoarseHierarchy) {
CoarseHierarchy.Empty = { isDefined: false };
})(CoarseHierarchy = exports.CoarseHierarchy || (exports.CoarseHierarchy = {}));
//# sourceMappingURL=hierarchy.js.map
;