mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-28 02:16:28 -07: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);
|