mirror of https://github.com/sveltejs/svelte
parent
55efa0e0b1
commit
8839951185
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