UNPKG

molstar

Version:

A comprehensive macromolecular library.

11 lines (10 loc) 400 B
/** * Copyright (c) 2018-2019 mol* contributors, licensed under MIT, See LICENSE file for more info. * * Taken/adapted from DensityServer (https://github.com/dsehnal/DensityServer) * * @author David Sehnal <david.sehnal@gmail.com> * @author Alexander Rose <alexander.rose@weirdbyte.de> */ import * as express from 'express'; export declare function init(app: express.Express): void;