molstar
Version:
A comprehensive macromolecular library.
12 lines (11 loc) • 444 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 Koya Sakuma <koya.sakuma.work@gmail.com>
*
* Adapted from MolQL project
*/
import { PropertyDict } from '../types';
export declare function structureMap(x: any): import("../../language/expression").Expression | undefined;
export declare const properties: PropertyDict;