UNPKG

@limetech/lime-elements

Version:
17 lines 348 B
/** * */ export declare function isIOSDevice(): boolean; /** * */ export declare function isAndroidDevice(): boolean; /** * */ export declare function isMobileDevice(): boolean; /** * Detects whether the user is on an Apple device (iOS/iPadOS/macOS). */ export declare function isAppleDevice(): boolean; //# sourceMappingURL=device.d.ts.map