molstar
Version:
A comprehensive macromolecular library.
6 lines (5 loc) • 318 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 ".concat(exports.VOLUME_SERVER_VERSION, ", (c) 2018-2020, Mol* contributors");
;