/** * Copyright (c) 2018-2020 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal * @author Alexander Rose */ /** version from package.json, to be filled in at build time */ export const PLUGIN_VERSION = ''; /** to be filled in at build time */ export const PLUGIN_VERSION_DATE = +new Date();