UNPKG

molstar

Version:

A comprehensive macromolecular library.

14 lines 575 B
"use strict"; /** * Copyright (c) 2018-2020 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 }); exports.PLUGIN_VERSION_DATE = exports.PLUGIN_VERSION = void 0; /** version from package.json, to be filled in at build time */ exports.PLUGIN_VERSION = ''; /** to be filled in at build time */ exports.PLUGIN_VERSION_DATE = +new Date(); //# sourceMappingURL=version.js.map