UNPKG

@chemistry/cif-2-json

Version:

Tool for converting CIF to JSON and manipulate with content

7 lines (6 loc) 153 B
import { cif2json as parse } from "./helpers"; import { normalizeCifString } from "./normalizeCifString"; export { parse, normalizeCifString, };