molstar
Version:
A comprehensive macromolecular library.
6 lines (5 loc) • 331 B
TypeScript
import { Type } from './type.js';
import { MSymbol, Arguments } from './symbol.js';
export declare function symbol<A extends Arguments, T extends Type<S>, S>(args: A, type: T, description?: string): MSymbol<A, T>;
export declare function normalizeTable(table: any): void;
export declare function symbolList(table: any): MSymbol[];