UNPKG

molstar

Version:

A comprehensive macromolecular library.

24 lines 1.63 kB
"use strict"; /** * Copyright (c) 2017-2018 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.StructureProperties = exports.StructureSymmetry = exports.Unit = exports.Structure = exports.Bond = exports.StructureElement = void 0; var tslib_1 = require("tslib"); var element_1 = require("./structure/element"); Object.defineProperty(exports, "StructureElement", { enumerable: true, get: function () { return element_1.StructureElement; } }); var structure_1 = require("./structure/structure"); Object.defineProperty(exports, "Structure", { enumerable: true, get: function () { return structure_1.Structure; } }); var unit_1 = require("./structure/unit"); Object.defineProperty(exports, "Unit", { enumerable: true, get: function () { return unit_1.Unit; } }); var symmetry_1 = require("./structure/symmetry"); Object.defineProperty(exports, "StructureSymmetry", { enumerable: true, get: function () { return symmetry_1.StructureSymmetry; } }); var bonds_1 = require("./structure/unit/bonds"); Object.defineProperty(exports, "Bond", { enumerable: true, get: function () { return bonds_1.Bond; } }); var properties_1 = require("./structure/properties"); Object.defineProperty(exports, "StructureProperties", { enumerable: true, get: function () { return properties_1.StructureProperties; } }); (0, tslib_1.__exportStar)(require("./structure/unit/rings"), exports); (0, tslib_1.__exportStar)(require("./export/mmcif"), exports); //# sourceMappingURL=structure.js.map