UNPKG

molstar

Version:

A comprehensive macromolecular library.

9 lines (8 loc) 316 B
/** * Copyright (c) 2018 Mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal <david.sehnal@gmail.com> * @author Alexander Rose <alexanderose@weirdbyte.de> */ import { Expression } from '../language/expression.js'; export type Parser = (source: string) => Expression;