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