UNPKG

molstar

Version:

A comprehensive macromolecular library.

10 lines (9 loc) 435 B
/** * Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Sebastian Bittrich <sebastian.bittrich@rcsb.org> * @author Alexander Rose <alexander.rose@weirdbyte.de> */ import { ShrakeRupleyContext } from './common'; import { RuntimeContext } from '../../../../mol-task'; export declare function computeArea(runtime: RuntimeContext, ctx: ShrakeRupleyContext): Promise<void>;