Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JedWatson/react-select
/ isAppleDevice
Function
isAppleDevice
packages/react-select/src/accessibility/helpers.ts:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
export
function
isAppleDevice() {
32
return
isMac() || isIOS();
33
}
Callers
1
componentDidMount
Method · 0.90
Calls
2
isMac
Function · 0.85
isIOS
Function · 0.85
Tested by
no test coverage detected