mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
4 lines
109 B
TypeScript
4 lines
109 B
TypeScript
export function isMac(): boolean {
|
|
return window.navigator.platform.toUpperCase().indexOf('MAC') >= 0;
|
|
}
|