molstar
Version:
A comprehensive macromolecular library.
8 lines (7 loc) • 305 B
TypeScript
/**
* Copyright (c) 2018-2019 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author David Sehnal <david.sehnal@gmail.com>
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*/
export declare function getParam<T>(params: any, ...path: string[]): T | undefined;