UNPKG

molstar

Version:

A comprehensive macromolecular library.

9 lines (8 loc) 290 B
/** * Copyright (c) 2024 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal <david.sehnal@gmail.com> * @author Adam Midlik <midlik@gmail.com> */ export declare function isMobileBrowser(): boolean; export declare function is_iOS(): boolean;