molstar
Version:
A comprehensive macromolecular library.
10 lines (9 loc) • 337 B
TypeScript
/**
* Copyright (c) 2018 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*/
import { Primitive } from './primitive.js';
import { Cage } from './cage.js';
export declare function Icosahedron(): Primitive;
export declare function IcosahedronCage(): Cage;