UNPKG

molstar

Version:

A comprehensive macromolecular library.

11 lines (10 loc) 438 B
/** * Copyright (c) 2019-2020 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose <alexander.rose@weirdbyte.de> * * based in part on NGL (https://github.com/arose/ngl) */ import { Interactions } from './interactions'; import { Structure } from '../../../mol-model/structure'; export declare function refineInteractions(structure: Structure, interactions: Interactions): void;