UNPKG

molstar

Version:

A comprehensive macromolecular library.

14 lines (13 loc) 530 B
"use strict"; /** * Copyright (c) 2017-2022 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.SecondaryStructure = void 0; function SecondaryStructure(type, key, elements, getIndex) { return { type: type, key: key, elements: elements, getIndex: getIndex }; } exports.SecondaryStructure = SecondaryStructure;