mirror of
https://github.com/home-assistant/frontend.git
synced 2026-05-17 13:40:15 +01:00
784b7e4d04
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2 lines
55 B
TypeScript
2 lines
55 B
TypeScript
export const isMac = /Mac/i.test(navigator.userAgent);
|