UNPKG

molstar

Version:

A comprehensive macromolecular library.

11 lines (10 loc) 303 B
/** * Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose <alexander.rose@weirdbyte.de> */ export declare type Import = { save?: string; file?: string; }; export declare function parseImportGet(s: string): Import[];