UNPKG

molstar

Version:

A comprehensive macromolecular library.

10 lines (9 loc) 365 B
/** * Copyright (c) 2018-2020 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal <david.sehnal@gmail.com> */ export function getMultiQuerySpecFilename() { const date = new Date(); return `result_${date.getMonth() + 1}-${date.getDate()}-${date.getHours()}-${date.getMinutes()}-${date.getSeconds()}.tar.gz`; }