UNPKG

molstar

Version:

A comprehensive macromolecular library.

15 lines 716 B
"use strict"; /** * Copyright (c) 2017 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.decode = void 0; var tslib_1 = require("tslib"); var decoder_1 = require("./binary-cif/decoder"); Object.defineProperty(exports, "decode", { enumerable: true, get: function () { return decoder_1.decode; } }); (0, tslib_1.__exportStar)(require("./binary-cif/encoding"), exports); (0, tslib_1.__exportStar)(require("./binary-cif/array-encoder"), exports); (0, tslib_1.__exportStar)(require("./binary-cif/classifier"), exports); //# sourceMappingURL=binary-cif.js.map