UNPKG

molstar

Version:

A comprehensive macromolecular library.

10 lines (9 loc) 361 B
/** * Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose <alexander.rose@weirdbyte.de> * @author David Sehnal <david.sehnal@gmail.com> */ import { Provider, Data } from '../format'; export declare function readSlices(data: Data): Promise<void>; export declare const Ccp4Provider: Provider;