molstar
Version:
A comprehensive macromolecular library.
13 lines • 519 B
JavaScript
/**
* Copyright (c) 2017-2019 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author David Sehnal <david.sehnal@gmail.com>
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.SecondaryStructure = void 0;
function SecondaryStructure(type, key, elements, getIndex) {
return { type: type, key: key, elements: elements, getIndex: getIndex };
}
exports.SecondaryStructure = SecondaryStructure;
//# sourceMappingURL=seconday-structure.js.map
;