binary-cif.ts 295 B

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