mirror of https://github.com/sveltejs/svelte
parent
7ceb7d2390
commit
1531c9e3d4
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
@ -0,0 +1 @@
|
|||||||
|
export const isMac = typeof navigator !== 'undefined' && navigator.platform === 'MacIntel';
|
Loading…
Reference in new issue