overleaf-cep/services/web/frontend/js/shared/utils/os.ts
Alf Eaton f2f1178bcd Refactor isMac to a utility module (#22829)
GitOrigin-RevId: c6ab1dbeb1c56c35af121e7f657325a89fc847ea
2025-01-16 09:05:26 +00:00

1 line
60 B
TypeScript

export const isMac = /Mac/.test(window.navigator?.platform)