mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 17:51:51 +02:00
2 lines
60 B
TypeScript
2 lines
60 B
TypeScript
export const isMac = /Mac/.test(window.navigator?.platform)
|