molstar
Version:
A comprehensive macromolecular library.
10 lines (9 loc) • 342 B
TypeScript
/**
* 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;
export declare function isStandaloneHmd(): boolean;