MCPcopy 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
31export function isAppleDevice() {
32 return isMac() || isIOS();
33}

Callers 1

componentDidMountMethod · 0.90

Calls 2

isMacFunction · 0.85
isIOSFunction · 0.85

Tested by

no test coverage detected