UNPKG

molstar

Version:

A comprehensive macromolecular library.

13 lines (12 loc) 365 B
/** * Copyright (c) 2017-2022 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal <david.sehnal@gmail.com> * * Adapted from MolQL project */ export declare const _transpiler: { pymol: import("./transpiler").Transpiler; vmd: import("./transpiler").Transpiler; jmol: import("./transpiler").Transpiler; };