UNPKG

molstar

Version:

A comprehensive macromolecular library.

8 lines (7 loc) 308 B
/** * Copyright (c) 2018 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose <alexander.rose@weirdbyte.de> */ export declare function urlQueryParameter(id: string): string | undefined; export declare function urlCombine(base: string, query: string): string;