UNPKG

molstar

Version:

A comprehensive macromolecular library.

16 lines 789 B
"use strict"; /** * Copyright (c) 2017-2019 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 }); var tslib_1 = require("tslib"); (0, tslib_1.__exportStar)(require("./structure/coordinates"), exports); (0, tslib_1.__exportStar)(require("./structure/topology"), exports); (0, tslib_1.__exportStar)(require("./structure/model"), exports); (0, tslib_1.__exportStar)(require("./structure/structure"), exports); (0, tslib_1.__exportStar)(require("./structure/query"), exports); (0, tslib_1.__exportStar)(require("./structure/trajectory"), exports); //# sourceMappingURL=structure.js.map