UNPKG

molstar

Version:

A comprehensive macromolecular library.

10 lines (9 loc) 352 B
/** * Copyright (c) 2018 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> */ import * as Data from './data-model'; export declare function compose(query: Data.QueryContext.Data): Promise<void>;