molstar
Version:
A comprehensive macromolecular library.
10 lines (9 loc) • 391 B
TypeScript
/**
* Copyright (c) 2017-2018 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author David Sehnal <david.sehnal@gmail.com>
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*/
import * as Data from '../data-model';
import { EncodedColumn } from '../../../common/binary-cif';
export declare function Field(column: EncodedColumn): Data.CifField;