molstar
Version:
A comprehensive macromolecular library.
6 lines • 348 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VOLUME_SERVER_HEADER = exports.VOLUME_SERVER_VERSION = void 0;
exports.VOLUME_SERVER_VERSION = '0.9.5';
exports.VOLUME_SERVER_HEADER = "VolumeServer " + exports.VOLUME_SERVER_VERSION + ", (c) 2018-2020, Mol* contributors";
//# sourceMappingURL=version.js.map