molstar
Version:
A comprehensive macromolecular library.
14 lines (13 loc) • 472 B
JavaScript
/**
* Copyright (c) 2018-2022 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Michal Malý <michal.maly@ibt.cas.cz>
* @author Jiří Černý <jiri.cerny@ibt.cas.cz>
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.DnatcoTypes = void 0;
var DnatcoTypes;
(function (DnatcoTypes) {
DnatcoTypes.DataTag = 'dnatco-confal-half-step';
})(DnatcoTypes || (exports.DnatcoTypes = DnatcoTypes = {}));
;