mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-06-07 21:46:56 +00:00
2 lines
109 B
TypeScript
2 lines
109 B
TypeScript
const ua = navigator.userAgent.toLowerCase();
|
|
export const isMobile = /mobile|iphone|ipad|android/.test(ua);
|