UNPKG

molstar

Version:

A comprehensive macromolecular library.

10 lines (9 loc) 279 B
/** * Copyright (c) 2025 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal <david.sehnal@gmail.com> */ export const JSONCifVERSION = '0.1.0'; export function getJSONCifCategory(block, name) { return block.categories[name]; }