UNPKG

molstar

Version:

A comprehensive macromolecular library.

16 lines (15 loc) 709 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 }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./structure/coordinates"), exports); tslib_1.__exportStar(require("./structure/topology"), exports); tslib_1.__exportStar(require("./structure/model"), exports); tslib_1.__exportStar(require("./structure/structure"), exports); tslib_1.__exportStar(require("./structure/query"), exports); tslib_1.__exportStar(require("./structure/trajectory"), exports);