UNPKG

molstar

Version:

A comprehensive macromolecular library.

10 lines (9 loc) 343 B
/** * Copyright (c) 2021 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal <david.sehnal@gmail.com> */ import { PluginContext } from '../../mol-plugin/context'; export declare function exportHierarchy(plugin: PluginContext, options?: { format?: 'cif' | 'bcif'; }): Promise<void>;