molstar
Version:
A comprehensive macromolecular library.
11 lines (10 loc) • 348 B
TypeScript
/**
* Copyright (c) 2017-2022 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Alexander Rose <alexander.rose@weirdbyte.de>
* @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
*
* Adapted from MolQL project
*/
import { Transpiler } from '../transpiler';
export declare const transpiler: Transpiler;