UNPKG

@portabletext/keyboard-shortcuts

Version:

Create platform-aware keyboard shortcuts with automatic detection of Apple vs non-Apple platforms

4 lines (3 loc) 117 B
export const IS_APPLE = typeof window !== 'undefined' && /Mac|iPod|iPhone|iPad/.test(window.navigator.userAgent)