UNPKG

kepler.gl

Version:

kepler.gl is a webgl based application to visualize large scale location data in the browser

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;