UNPKG

@kepler.gl/utils

Version:

kepler.gl constants used by kepler.gl components, actions and reducers

6 lines (5 loc) 206 B
/** * Checks if the current device is an Apple device (Mac, iPhone, iPod, or iPad) * @returns {boolean} True if the current device is an Apple device */ export declare function isAppleDevice(): boolean;