UNPKG

molstar

Version:

A comprehensive macromolecular library.

8 lines (7 loc) 259 B
/** * Copyright (c) 2024 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Sebastian Bittrich <sebastian.bittrich@rcsb.org> */ import express from 'express'; export declare function initWebApi(app: express.Express): void;