/** * Copyright (c) 2017 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal */ import decode from './binary-cif/decoder' export * from './binary-cif/encoding' export * from './binary-cif/array-encoder' export { decode }